Initial setup: added src structure, input functionality, tests, and updated .gitignore

This commit is contained in:
Joel Mathew Thomas
2024-12-24 17:52:27 +05:30
parent 17f929e504
commit 919a798437
8 changed files with 91 additions and 1 deletions
+12 -1
View File
@@ -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