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

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

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

# IDE / OS
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db

# Local env and secrets (never commit)
.env
.env.*
!.env.example
*.pem
*.key
credentials.json

# Scan artifacts (generated during dev/tests)
.scan-output/
*.sarif

# uv
uv.lock
