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

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

# Virtual environments
.venv/
venv/
ENV/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
.benchmarks/

# MyPy
.mypy_cache/

# Ruff
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# Local config
.env
.env.local
*.local

# Logs
*.log
