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

# Virtual environments
.venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/

# IDE
.idea/
*.swp
*~

# OS
.DS_Store
Thumbs.db
Desktop.ini

# Environment
.env
.env.*

# Local notes
TODO.md