63 lines
671 B
Plaintext
63 lines
671 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Distribution / packaging
|
|
build/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
share/python-wheels/
|
|
*.egg-info/
|
|
*.egg
|
|
MANIFEST
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.coverage.*
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.pyre/
|
|
.hypothesis/
|
|
htmlcov/
|
|
coverage.xml
|
|
nosetests.xml
|
|
*.cover
|
|
*.py,cover
|
|
|
|
# Environments
|
|
.env
|
|
.env.*
|
|
.venv/
|
|
venv/
|
|
env/
|
|
ENV/
|
|
|
|
# Type checker / notebook / tool state
|
|
.python-version
|
|
.ipynb_checkpoints/
|
|
|
|
# IDEs and editors
|
|
.idea/
|
|
.vscode/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
|
|
# logs files
|
|
logs/ |