# 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/
ENV/
env/
.venv/

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

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

# Project specific - runtime data
data/*.db
data/*.json
data/*.txt

# Project specific - local only docs (NOT for GitHub)
docs/roadmap.md
docs/wip.md
docs/devlog.md
docs/giskard-*.md
docs/contracts/giskard-ca-certification.md
docs/contracts/oatr-jwt-attestation.md

# OS
.DS_Store
Thumbs.db

# Logs
*.log

# Frontend source (not for pip install, build output goes to agent_net/node/static/)
web/
web/node_modules/

# Crosswalk (external reference, not part of main repo)
crosswalk/
