__pycache__
*.pyc
*.pyo
*.dmypy.json
*.jar
.mypy_cache
*.egg-info
*.egg
*.pth
*.torchscript
*.ckpt
*.gguf
*.pt
*.pth
*.safetensors
build/
dist/
electron/apps/build/
electron/dist/
electron/dist-web/
electron/dist-electron/
# Temporary build files
.tmp/
__notebooks/
package/
postgres_data/
.ipynb_checkpoints
.huggingface

.bin
.vite
.venv
node_modules
docs.chromadb

# Cache
.cache
.eslintcache

# Testing
/coverage
*.lcov

# Environment variables
*.override.env

# macOS
# https://github.com/github/gitignore/blob/master/Global/macOS.gitignore
.DS_Store

.env
cert.pem
key.pem
.aider*

.codegpt