37 lines
No EOL
426 B
Text
37 lines
No EOL
426 B
Text
# Editor specific files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Environment
|
|
.env
|
|
.env.*
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Temporary files
|
|
*.log
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Node modules (if you add any JavaScript tooling)
|
|
node_modules/
|
|
|
|
# Python virtual environments (if you use any Python scripts)
|
|
venv/
|
|
.venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Local development settings
|
|
*.local
|
|
*.local.* |