setup repo structure

This commit is contained in:
OwusuBlessing
2025-07-03 15:27:59 +01:00
commit d0668af517
5 changed files with 130 additions and 0 deletions
+41
View File
@@ -0,0 +1,41 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Jupyter Notebook checkpoints
.ipynb_checkpoints
# PyCharm
.idea/
# VS Code
.vscode/
# Data and outputs
data/
outputs/
# OS files
.DS_Store