# Python
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
*.egg
dist/
build/

# Virtual environments
venv/
.venv/

# Environment variables
.env
.env.local
.env.test

# IDE
.vscode/
.idea/
*.sw?
*.suo
*.ntvs*
*.njsproj
*.sln

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/

# SQLite
*.sqlite
*.db

# Logs
*.log
