# Git
.git
.gitignore
.github

# Python
__pycache__
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm
.eslintcache

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

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

# Documentation
*.md
docs/
README.md
PRD.MD
CLAUDE.md
*.log

# Frontend build (built in Docker)
frontend/dist/
frontend/node_modules/

# Development files
.env
*.local

# Session files
SESSION_*.md
STEP_*.md
PHASE_*.md
DEBUG_*.md
IMPLEMENTATION_*.md
MIGRATION_*.md
DECISIONS.md
CACHING.md
DAILY_SCAN_FEATURE.md
FAST_FLIGHTS_TEST_REPORT.md
WEB_APP_PRD.md
RESUME_PROMPT.md
