CCET_Chat_Assistance / .gitignore
Huzaifa Ali
Clean deployment version without venv
12321f4
��# Virtual Environment
venv/
.venv/
env/
.env/
# Python Cache
__pycache__/
*.py[cod]
*$py.class
*.so
# Environment Variables
.env
.env.local
.env.production
# IDE Files
.vscode/
.idea/
*.swp
*.swo
*~
# OS Files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
*.log
logs/
# Testing
.coverage
.pytest_cache/
.tox/
htmlcov/
# Local development files
run_local.py
# Temporary files
*.tmp
*.temp
# Package files
*.egg-info/
dist/
build/