Initial commit
Made-with: Cursor
This commit is contained in:
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
# Python
|
||||
.venv/
|
||||
venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyc
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
*.egg-info/
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Env
|
||||
.env
|
||||
.env.local
|
||||
Reference in New Issue
Block a user