18 lines
No EOL
131 B
Text
18 lines
No EOL
131 B
Text
# IDE
|
|
.vscode
|
|
|
|
# Python
|
|
*.pyc
|
|
**/__pycache__
|
|
*.pkl
|
|
dist
|
|
build
|
|
|
|
# Ruff, Pytest
|
|
.ruff_cache
|
|
.pytest_cache
|
|
|
|
# Envs
|
|
.env
|
|
.venv
|
|
torrents |