dev_docs_chat / .gitignore
GovindKurapati's picture
init
1cfcd72
raw
history blame contribute delete
704 Bytes
# Environment variables
.env
.env.local
.env.*.local
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
venv/
env/
ENV/
env.bak/
venv.bak/
.venv/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.project
.pydevproject
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini
# Project specific
chroma_db/
uploads/
ingested_urls.txt
# Logs
*.log
logs/
# Temporary files
*.tmp
*.temp
.cache/
# Jupyter Notebook
.ipynb_checkpoints
# pytest
.pytest_cache/
.coverage
htmlcov/
# mypy
.mypy_cache/
.dmypy.json
dmypy.json