test
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
output
|
||||
data
|
||||
./data/
|
||||
./output/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
*.db
|
||||
*.sqlite
|
||||
*.log
|
||||
*.bak
|
||||
*.tmp
|
||||
*.swp
|
||||
*.swo
|
||||
*.DS_Store
|
||||
*.idea/
|
||||
*.vscode/
|
||||
*.ipynb_checkpoints/
|
||||
./.venv/
|
||||
.venv/
|
||||
Reference in New Issue
Block a user