# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
*.whl

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

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

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Build / packaging
*.spec

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Docs build
docs/_build/
docs/site/

# Secrets / keys — NEVER commit these
*.pem
*.key
*.p12
*.pfx
secrets.json
.env.local
.env.*.local

# Distribution
output/
uv.lock
