gitignore updates

This commit is contained in:
Timothy Rogers 2025-05-24 10:39:48 -04:00
parent c752138fb0
commit dab0903a8c

15
.gitignore vendored
View file

@ -86,3 +86,18 @@ venv.bak/
# Data from your local environment
static/uploads/
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# IDEs and editors
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db