35 lines
335 B
Plaintext
35 lines
335 B
Plaintext
# Environment variables
|
|
.env
|
|
.env.*
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
venv/
|
|
backend/venv/
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Build outputs
|
|
.next/
|
|
dist/
|
|
build/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db |