* Lint and format with ruff, check types with mypy * Fix mypy checks * Update CI * Remove shebangs * Ignore EXE rules * Fix EOL * Fix mypy for 3.7 * Fix CI * Fix CI * Ensure filelock path exists * ci: various ci fixes (#500) --------- Co-authored-by: Arsenii es3n1n <me@es3n.in>
12 lines
101 B
Plaintext
12 lines
101 B
Plaintext
build/
|
|
dist/
|
|
*.pyc
|
|
*.egg-info/
|
|
__pycache__/
|
|
*.mp3
|
|
.vscode
|
|
.venv
|
|
.env
|
|
.coverage*
|
|
.idea
|
|
.python-version |