36 lines
329 B
Plaintext
36 lines
329 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Build output
|
|
.next/
|
|
dist/
|
|
build/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
src/backend/.env
|
|
src/frontend/.env
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Docker
|
|
postgres_data/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Sources (reference only, not modified directly)
|
|
sources/ |