# Bytecode and caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.cursor/
.claude/
.mypy_cache/
.ruff_cache/

# Build and install
build/
dist/
*.egg-info/
*.egg

# Coverage and reports
htmlcov/
.coverage
.coverage.*


# Local config and outputs (keep examples)
output/

# pathfinding.cloud synced data (run: atlas sync-pathfinding)
src/atlas/knowledge/data/pathfinding/
recon_findings.json
atlas.yaml
.atlas.local.yaml

# IDE and OS
.idea/
.vscode/
.cursor/
.claude/
Claude.pdf
*.swp
.DS_Store
Thumbs.db

# Virtual environments
.venv/
venv/
env/
