First working implementation of the program
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
# Ignore all __pycache__ directories
|
||||
**/__pycache__/
|
||||
|
||||
# Ignore compiled Python files
|
||||
*.py[cod]
|
||||
|
||||
venv/
|
||||
log/
|
||||
output/
|
||||
|
||||
|
||||
bin/__pycache__/
|
||||
Reference in New Issue
Block a user