Initial setup: added src structure, input functionality, tests, and updated .gitignore
This commit is contained in:
+12
-1
@@ -1,2 +1,13 @@
|
||||
# Ignore Python bytecode cache files
|
||||
__pycache__/
|
||||
|
||||
# Ignore pytest cache
|
||||
.pytest_cache/
|
||||
|
||||
# Ignore virtual environment folder
|
||||
venv/
|
||||
samples/
|
||||
|
||||
# Ignore other common files
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
Reference in New Issue
Block a user