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

# Environments & caches
.venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.import_linter_cache/
.coverage
coverage.xml
htmlcov/
reports/
runs/

# Secrets — never commit resolved credentials or snapshot artifacts
# (patterns target credential *files*, not source like secrets.py)
.env
.env.*
*.pem
*.key
*-secret.txt
*-secret.json
*.credentials
/secrets/

# Ignore Helpers
# Patterns like file.ignore.txt
*.ignore.*
*.deprecated.*

# Editor / OS
.idea/
*.swp
.DS_Store

# Local sample project used while developing — not part of the package
internal-project/

# Local design scaffolding: mockups and working notes, kept out of the package
docs/design/

# Runtime report archive (comparo Report tab)
.reports/
