# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so

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

# Virtual environments
.venv/
venv/

# Tooling caches
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
.coverage.*
htmlcov/

# Environment variables
.env
.env.*
!.env.example

# IDEs
.vscode/
.idea/

# OS files
.DS_Store
Thumbs.db
