# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
.eggs/
*.whl
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
.venv/
venv/

# Node.js (UI build tooling)
node_modules/
npm-debug.log*

# UI build output (generated by npm run build)
flint_ai/server/static/

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

# OS
.DS_Store
Thumbs.db

# Environment
.env
!.env.example

# Docker
docker-compose.override.yml

# Misc
*.tmp
*.temp
.cache/
