first commit

This commit is contained in:
Beyhan Oğur
2026-04-26 22:26:46 +03:00
commit 2be3a313ad
55 changed files with 3609 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
*.pyc
__pycache__/
*.sqlite3
env/
.venv/
venv/
.env.DS_Store
*.egg-info/
dist/
build/
.idea/
.vscode/
*.log
db.sqlite3
.coverage
htmlcov/