29 lines
215 B
Plaintext
29 lines
215 B
Plaintext
# Byte-compiled
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Virtual env
|
|
venv/
|
|
.venv/
|
|
|
|
# Environment
|
|
.env
|
|
*.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Test artifacts
|
|
test.db
|
|
.pytest_cache/
|
|
htmlcov/
|
|
.coverage
|
|
|
|
# Logs
|
|
logs/
|