chore: initialize repository
This commit is contained in:
+33
@@ -0,0 +1,33 @@
|
||||
# Secrets and local configuration
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Temporary and generated files
|
||||
tmp/
|
||||
temp/
|
||||
*.tmp
|
||||
*.log
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.venv/
|
||||
venv/
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
|
||||
# Node.js
|
||||
node_modules/
|
||||
.next/
|
||||
dist/
|
||||
build/
|
||||
coverage/
|
||||
|
||||
# IDE and OS metadata
|
||||
.idea/
|
||||
.vscode/
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user