# PhantomProbe Git Ignore

# 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
.vscode/
.idea/
*.swp
*.swo
*~

# Reports (generated)
report-*.md
report-*.json
screenshot-*.png
*.html

# OS
.DS_Store
Thumbs.db

# Ruflo/Claude Flow (local development)
.claude-flow/
.claude/
.swarm/

# Test artifacts
.pytest_cache/
.coverage
htmlcov/
.tox/

# Local config
.env
config.local.json
*.local.toml
