starting
This commit is contained in:
commit
a764c92a0b
11 changed files with 1081 additions and 0 deletions
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.venv/
|
||||
.uv/
|
||||
uv.lock
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
.next/
|
||||
.turbo/
|
||||
|
||||
# Env
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue