# Python / tooling
.venv/
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
coverage.xml
scripts/*_results.json
tests/tck/results.md
*.cover
.hypothesis/
.tox/
.nox/

# Secrets / credentials — never commit
.env
.env.*
!.env.example
*.pem
*.key
*.p12
*.pfx
id_rsa
id_rsa.*
id_ed25519
id_ed25519.*
*_secret*
*credentials*
*.token
.secrets/
secrets/

# Local / private (not for public release)
scripts/puppy_schema_to_cypherast.py
scripts/fixtures/metagraph_main_schema.json
scripts/fixtures/
