24 lines
184 B
Plaintext
24 lines
184 B
Plaintext
# Environment variables
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
vendor/
|
|
|
|
# Build output
|
|
.next/
|
|
dist/
|
|
build/
|
|
*.pyc
|
|
__pycache__/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
|