# Python
__pycache__/
*.py[cod]
*$py.class

# Virtual environment
.venv/
venv/

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

# Logs
*.log

# Environment variables
.env
.env.*

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Python version manager
.python-version

# Migrations cache
*.sqlite3

# Coverage
.coverage
htmlcov/

# Pytest
.pytest_cache/

# MyPy
.mypy_cache/