# Environment
.venv/
.env
.env.local
*.egg-info/
dist/
build/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Testing
.pytest_cache/
.coverage
htmlcov/

# Database & local files
*.db
*.db-wal
*.db-shm
.inventory/

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
pip-log.txt
pip-delete-this-directory.txt

# Logs
logs/
*.log

# OS
Thumbs.db
