# Environment & secrets
.env
.env.*
!.env.example
*.env

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
eggs/
parts/
var/
sdist/
wheels/
pip-wheel-metadata/
.installed.cfg
MANIFEST
.venv/
venv/
env/
ENV/

# Testing & coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
nosetests.xml
test-results/

# Type checking & linting
.mypy_cache/
.dmypy.json
dmypy.json
.ruff_cache/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# SBOM output files (generated artefacts, not source)
*.spdx.json
*.cdx.json

# Jupyter
.ipynb_checkpoints/
*.ipynb

# MkDocs build output
site/

# Dependency-Track (never commit API keys or cached responses)
dtrack-token.txt