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

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

# OS
.DS_Store
Thumbs.db

# Specmap local config (may contain API keys)
.specmap/config.json

# Environment
.env
.env.*
!.env.example

# Test / Coverage
htmlcov/
.coverage
coverage.out
tests/__pycache__/
tests/**/__pycache__/

# Documentation
docs/.venv/
site/

# Node (web frontend)
node_modules/
web/dist/

# SQLite database
*.db

# Server static files (built frontend)
src/specmap/server/static/
src/specmap/_static/
