awebsite/.gitignore
2025-10-06 15:04:55 +02:00

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.*