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

# Virtual environments
.venv/
venv/
env/
.env/

# Environment variables
.env
.env.local
.env.*.local

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.tox/

# Mypy / type checking
.mypy_cache/
.dmypy.json

# Ruff / linting
.ruff_cache/

# IDEs
.vscode/
.idea/
*.sublime-project
*.sublime-workspace

# OS
.DS_Store
Thumbs.db

# Logs
*.log
logs/
