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.
 
 
 
 
 
 

53 lines
602 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
checklist.md
implementation-plan.md
product-scenario.md
project-architecture.md
next-steps.md