56 lines
399 B
Plaintext
56 lines
399 B
Plaintext
# Byte-compiled files
|
|
|
|
**pycache**/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Virtual environments
|
|
|
|
.env/
|
|
.venv/
|
|
env/
|
|
venv/
|
|
|
|
# Distribution
|
|
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
*.egg
|
|
|
|
# Installer logs
|
|
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Python coverage
|
|
|
|
htmlcov/
|
|
.tox/
|
|
.coverage
|
|
.pytest_cache/
|
|
.nox/
|
|
|
|
# Logs
|
|
|
|
*.log
|
|
|
|
# IDEs
|
|
|
|
.vscode/
|
|
.idea/
|
|
|
|
# macOS
|
|
|
|
.DS_Store
|
|
|
|
# Linux
|
|
|
|
*~
|
|
|
|
# Data files and locks
|
|
|
|
data/
|
|
*.json
|
|
*.lock
|