Add .gitignore to exclude cache, venv, and local files

This commit is contained in:
2025-08-21 13:03:36 +00:00
parent cd932b8fcb
commit aba339fa10
2416 changed files with 24 additions and 428796 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# Python bytecode / cache
__pycache__/
*.py[cod]
*.so
# Virtual environment
venv/
# Local Unix domain sockets
*.sock
# Environment & config files (if local only)
*.env
*.local.json
system_info.json
site_info.json
frontend_config.json
# Logs
*.log
# OS-specific
.DS_Store
Thumbs.db