initial commit
This commit is contained in:
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
.git
|
||||||
|
node_modules
|
||||||
|
.venv
|
||||||
|
venv
|
||||||
|
__pycache__
|
||||||
|
.mypy_cache
|
||||||
|
.pytest_cache
|
||||||
|
dist
|
||||||
|
build
|
||||||
|
out
|
||||||
|
.next
|
||||||
|
.nuxt
|
||||||
|
.turbo
|
||||||
|
.parcel-cache
|
||||||
|
.cache
|
||||||
|
target
|
||||||
|
src-tauri/target
|
||||||
|
coverage
|
||||||
|
logs
|
||||||
|
tmp
|
||||||
|
temp
|
||||||
|
output
|
||||||
|
tmp*
|
||||||
|
*.log
|
||||||
|
*.tmp
|
||||||
|
*.swp
|
||||||
Reference in New Issue
Block a user