Spaces:
Sleeping
Sleeping
# Git | |
.git | |
.gitignore | |
# Python | |
__pycache__ | |
*.pyc | |
*.pyo | |
*.pyd | |
.Python | |
env | |
pip-log.txt | |
pip-delete-this-directory.txt | |
.tox | |
.coverage | |
.coverage.* | |
.cache | |
nosetests.xml | |
coverage.xml | |
*.cover | |
*.log | |
.git | |
.mypy_cache | |
.pytest_cache | |
.hypothesis | |
# Virtual environments | |
venv/ | |
env/ | |
ENV/ | |
# IDE | |
.vscode/ | |
.idea/ | |
*.swp | |
*.swo | |
*~ | |
# OS | |
.DS_Store | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
ehthumbs.db | |
Thumbs.db | |
# Project specific | |
uploads/* | |
!uploads/.gitkeep | |
chroma_db/ | |
*.db | |
*.sqlite | |
*.sqlite3 | |
# Logs | |
*.log | |
logs/ | |
# Temporary files | |
*.tmp | |
*.temp |