Initial commit - automated setup

This commit is contained in:
Site Automation 2025-06-03 13:10:53 +00:00
commit c6066b0807

24
.gitignore vendored Normal file
View file

@ -0,0 +1,24 @@
# Common ignores
.DS_Store
Thumbs.db
*.log
*.tmp
*~
.env
.env.local
.env.production
.env.staging
# IDE files
.vscode/
.idea/
*.swp
*.swo
# Dependency directories
node_modules/
vendor/
# Cache directories
cache/
tmp/