# Byte-compiled / optimised
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
.eggs/
wheels/
pip-wheel-metadata/

# Virtual envs
.venv/
venv/
env/

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.cache/
.tox/
.nox/

# Linter / type caches
.mypy_cache/
.ruff_cache/
.pytype/

# Editors
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Tool state (in case the user runs the tool in the repo root)
state/

# === Secrets (security/gitignore-env-2026-05-09) ===
# Added by 2026-05-09 3-agent OSS-wide security audit (Agent A).
# No secrets are currently tracked; this is preventive hygiene.
.env
.env.*
!.env.example
!.env.sample
*.pem
*.key
credentials.json
