petter2025's picture
Upload 10 files
98f3108 verified
raw
history blame contribute delete
290 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
# Virtual Environment
venv/
env/
.venv
# Testing
.pytest_cache/
.coverage
htmlcov/
# Environment
.env
# Data
data/
*.faiss
*.index
incident_vectors.index
incident_texts.json
# Logs
logs/
*.log
# IDE
.vscode/
.idea/
*.swp
# OS
.DS_Store