msse-ai-engineering / .gitignore
Seth McKnight
Add memory diagnostics endpoints and logging enhancements (#80)
0a7f9b4
raw
history blame
612 Bytes
# Virtual Environments
venv/
env/
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
ENV/
env.bak/
venv.bak/
# Testing
.pytest_cache/
.coverage
htmlcov/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Planning Documents (personal notes, drafts, etc.)
planning/
# Development Testing Tools
dev-tools/query-expansion-tests/
# Local Development (temporary files)
*.log
*.tmp
.env.local
.env
# We exclude data/chroma_db/ to include pre-built embeddings for deployment
# data/chroma_db/
# Note: data/chroma_db/ is now tracked to include pre-built embeddings for deployment --- IGNORE ---