24 lines
206 B
Plaintext
24 lines
206 B
Plaintext
|
# Build artifacts
|
||
|
__pycache__/
|
||
|
*.py[cod]
|
||
|
build/
|
||
|
dist/
|
||
|
*.egg-info/
|
||
|
.eggs/
|
||
|
|
||
|
# Virtual environments
|
||
|
venv/
|
||
|
env/
|
||
|
|
||
|
# Testing
|
||
|
.pytest_cache/
|
||
|
.coverage
|
||
|
coverage.xml
|
||
|
|
||
|
# IDE
|
||
|
.vscode/
|
||
|
.idea/
|
||
|
|
||
|
# OS
|
||
|
.DS_Store
|
||
|
Thumbs.db
|