#--------------------------------------------------#
# The following was generated by djinit: #
#--------------------------------------------------#

# Python
*.py[cod]
*$py.class
*.so
__pycache__/
*.egg-info/
dist/
build/
.eggs/
*.egg

# Django
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
*.sqlite3

# Environment
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.project
.pydevproject
.settings/
.ropeproject/

# OS
.DS_Store
*.DS_Store
Thumbs.db
desktop.ini

# Django specific
media/
staticfiles/
staticfiles/
static_root/
/static/

# Testing
.coverage
htmlcov/
.pytest_cache/
.tox/
coverage.xml
*.cover
.hypothesis/
.cache

# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Node modules (if using frontend tools)
node_modules/

# Secret keys
secret.txt
secrets.json

# Jupyter Notebook
.ipynb_checkpoints

# Backup files
*.bak
*.tmp
*~

# Database
*.db
*.sql

# Cloud
.cloud
