# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.xml
*.log

# Type checking
.mypy_cache/
.ruff_cache/

# Build tools
.hatch/
*.whl

# Environment
.env

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

# OS
.DS_Store
Thumbs.db

# MeshFlow runtime
meshflow_learning.db
*.db

# Built docs site (generated — not source)
site/

# Internal strategy docs
*.docx
*.xlsx
competitive_analysis*.docx

# Secrets that should never be committed
*.pem
*.key
vault.db
.gstack/
