nex_docus/backend/.gitignore

62 lines
504 B
Plaintext

# Byte-compiled / optimized / DLL files
*.pyc
__pycache__/
*.py[cod]
*$py.class
*.so
# Python
.Python
env/
venv/
ENV/
.venv
pip-log.txt
pip-delete-this-directory.txt
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
# Build
dist/
build/
*.egg-info/
*.egg
# Environments
.env
.env.local
.env.*.local
# Logs
logs/
*.log
# Database
/data/
*.db
*.sqlite
*.sqlite3
# IDEs
.idea/
.vscode/
*.swp
*.swo
*~
.project
.pydevproject
# OS
.DS_Store
Thumbs.db
# Project specific
storage/
temp/
uploads/