# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Pytest
*.cover
*.coverage
.coverage.*
coverage.xml
htmlcov/
.pytest_cache/
.tests_report.json

# Sphinx documentation
docs/build/
docs/source/_static/host-report.schema.json
docs/source/_static/reports/

# linters etc
.ruff_cache/

# Editor cruft
.vscode/
.idea/
*.swp
*.swo
*~

# OS cruft
.DS_Store
Thumbs.db
Desktop.ini

# Virtual environments
.venv

# Tangent Metadata
.tangent/

# in-dir configs
/config.toml
/config.yaml
/config.yml
/config.json

# in-dir exosphere runtime data
/exosphere.db
/exosphere.log
/test_cache.db

# in-dir reports
/testreport*

# In dir volumes
/volume/

# Temporary files / Scratch
/tmp/
/temp/

# Throwaway Proof of Concepts
/poc/

# Agentic LLM Garbage
# Please refer to the AI policy in the README for more details
CLAUDE.md
.claude/
AGENTS.md
copilot-instructions.md
