# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
*.egg

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Generated output
generated_tests/
tests_generated.py

# Local release runbooks (not for public repo)
PUBLISH_*.md

# graphify-generated knowledge graph (local AST extraction, not committed)
graphify-out/
.codegraph/

# Tessl eval scenarios (managed on tessl.io, contain realistic-looking fixture secrets)
evals/
