Compare commits

..

2 Commits

Author SHA1 Message Date
1f7de8f819 deleted org ~ 2026-04-20 16:42:34 -04:00
8c79c0014a added .gitignore 2026-04-20 16:42:02 -04:00
2 changed files with 39 additions and 17597 deletions

39
.gitignore vendored Normal file
View File

@@ -0,0 +1,39 @@
# --- pre-release artifacts ---
dist/
scripts/
*.ps1
*.zip
*.xpi
# --- python bytecode ---
__pycache__/
*.py[cod]
*$py.class
# --- virtual environments ---
node_modules/
.venv/
venv/
env/
# --- environment files ---
.env
.env.*
*.local
# --- emacs ---
*~
\#*\#
.\#*
*.elc
# --- project private data ---
/private/
# --- django ---
db.sqlite3
staticfiles/
media/
# --- misc ---
.DS_Store

17597
vtech.org~

File diff suppressed because it is too large Load Diff