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

# Virtual environments
.venv/
venv/
env/

# Pytest
.pytest_cache/
.coverage
htmlcov/

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

# Pyright / type checkers
.pyright/
pyrightconfig.json

# Ruff
.ruff_cache/

# IDEs
.vscode/
.idea/
*.iml

# OS
.DS_Store
Thumbs.db

# Env files
.env
.env.*
