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

# FoundrAI runtime
.foundrai/

# Environment
.env

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

# Coverage & testing
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# Node
node_modules/
frontend/node_modules/
