# Project spec documents (internal planning only, not part of the shipped project)
PROJECT_SPEC.md
PROJECT_SPEC_resilientforge.md

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

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

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

# Type checkers / linters
.mypy_cache/
.ruff_cache/
.dmypy.json
dmypy.json

# Local calibration store artifacts
.conformguard/
*.db
*.sqlite
*.sqlite3

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

# Local agent/tooling state (not part of the shipped project)
.claude/

# Environment variables
.env
.env.*
