deepface_fastapi/.gitignore
2024-10-22 17:12:57 -06:00

54 lines
544 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Caches
.cache/
*.cache
# Virtual environment
env/
venv/
ENV/
.venv/
# Local environment configurations
.env
*.env
# Database files
*.db
*.sqlite3
*.db-journal
# Images, temporary files, and uploads
/tmp/
*.png
*.jpg
*.jpeg
*.gif
*.bmp
# Logs
*.log
logs/
# Jupyter Notebook checkpoints
.ipynb_checkpoints/
# Compiled C extensions
*.so
# macOS specific files
.DS_Store
# Windows specific files
Thumbs.db
ehthumbs.db
Desktop.ini
# System files
.vscode/
.idea/