Initial commit

This commit is contained in:
Haris Musa
2025-02-16 22:39:18 +05:00
parent 09f4b2acb3
commit 4e82b8a7b2
18 changed files with 3200 additions and 0 deletions

36
.gitignore vendored Normal file
View File

@ -0,0 +1,36 @@
# Build and Distribution
__pycache__/
*.py[cod]
build/
dist/
src/*.egg-info/
# Development Environment
.venv/
.env
# IDE
.vscode/
.idea/
.cursor/
.cursorignore
.cursorrules
.specstory
# Testing and Linting
.coverage
.pytest_cache/
.ruff_cache/
.mypy_cache/
htmlcov/
tests/
# Project Files
extras/
.notes/
logs/
output/
*.xlsx
*.xls
*.log
excel_files/