Initial template setup
This commit is contained in:
+44
@@ -0,0 +1,44 @@
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Editors
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
.mypy_cache/
|
||||
|
||||
# Node / Bun
|
||||
node_modules/
|
||||
dist/
|
||||
.next/
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.pnpm-debug.log*
|
||||
|
||||
# Shell / build artifacts
|
||||
*.tar.gz
|
||||
*.zip
|
||||
out/
|
||||
build/
|
||||
|
||||
# Local env / secrets
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
*.local.json
|
||||
secrets/
|
||||
Reference in New Issue
Block a user