feat: setup project structure and environment
This commit is contained in:
parent
31a76ed2b9
commit
6ce325fe82
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
output.txt
|
||||
1
data/data.txt
Normal file
1
data/data.txt
Normal file
@ -0,0 +1 @@
|
||||
|
||||
BIN
requirements.txt
Normal file
BIN
requirements.txt
Normal file
Binary file not shown.
1
src/main.py
Normal file
1
src/main.py
Normal file
@ -0,0 +1 @@
|
||||
|
||||
Loading…
Reference in New Issue
Block a user