# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
venv/
env/
ENV/
.env

# Testing
.pytest_cache/
test_out*.txt
.coverage
htmlcov/

# Distribution / packaging
dist/
build/
*.egg-info/

# Local configuration and data
# Ignore local data file used by repo, but not the tool when installed globally
tasks.json
tasks_backup.*
*.db
*.db-journal
*.db-wal
*.db-shm

# OS generated files
.DS_Store
Thumbs.db

# IDEs
.vscode/
.idea/
