# Claude Code
CLAUDE.md
.claude/

# Signing — never commit private keys (the public key is embedded in the SBOM)
signing/signing-key.pem
signing/cosign.key
*.key

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

# Python bytecode / caches
__pycache__/
*.py[cod]
*$py.class
*.so

# Packaging / build
build/
dist/
*.egg-info/
*.egg
.eggs/
pip-wheel-metadata/

# Test / coverage / tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
coverage.xml

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