You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
570 B
54 lines
570 B
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
.env.production
|
|
.env.production.local
|
|
.env.production.*.local
|
|
|
|
# Python / Django
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
env/
|
|
venv/
|
|
.venv/
|
|
ENV/
|
|
*.log
|
|
db.sqlite3
|
|
static/
|
|
staticfiles/
|
|
media/
|
|
|
|
# Node.js / React
|
|
node_modules/
|
|
/frontend/node_modules/
|
|
/frontend/dist/
|
|
/frontend/build/
|
|
.npm
|
|
.eslintcache
|
|
.node/
|
|
|
|
# IDEs and Editors
|
|
.idea/
|
|
.vscode/
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.swp
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Documentation and planning artifacts
|
|
next-steps.md
|
|
|
|
# Scratch & Debug files
|
|
scratch/
|
|
*divar*.json
|
|
|
|
|