# Git
.git
.gitignore

# Docker
Dockerfile
docker-compose.yml
.dockerignore

# Python
__pycache__
*.py[cod]
*$py.class
*.so
.Python
venv/
.venv/
ENV/
env/
.eggs/
*.egg-info/
*.egg

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

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

# Build artifacts
dist/
build/
*.manifest
*.spec

# OS files
.DS_Store
Thumbs.db

# Local development files
*.local.json
.env.local

# Gradio cache
flagged/

# Keep db directory structure but not contents
db/*.db
db/*.hnsw
!db/.gitkeep
