# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db

# Reference code (large, cloned separately)
references/wfview/

# Test artifacts
*.pcap
*.log

# Workspace / AI agent files (not for public repo)
AGENTS.md
CLAUDE.md

# Internal development docs (plans, strategy, project notes)
docs/PROJECT.md
docs/STRATEGY.md
docs/ROADMAP.md
ROADMAP.md
ROADMAP_TESTING.md

# Environment files
.env
.env.*
.coverage
dist/
