# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
*.egg

# Virtual envs
.venv/
venv/
env/
ENV/

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

# Secrets / env
.env
.env.local
*.local

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

# Type checkers
.mypy_cache/
.ruff_cache/
.pyright/
