This commit is contained in:
2026-02-03 21:58:25 +01:00
parent 3019bcaf1a
commit 959dad3fec
14 changed files with 1477 additions and 1 deletions

43
.gitignore vendored Normal file
View File

@@ -0,0 +1,43 @@
# Dependencies
node_modules/
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
env/
.env
# Build outputs
.next/
out/
build/
dist/
*.egg-info/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Environment files
.env
.env.local
.env.*.local
# OS files
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
# Testing
coverage/
.coverage
htmlcov/
# Misc
*.pem