This commit is contained in:
2026-02-18 13:38:18 +05:00
commit 11780384e0
19 changed files with 813 additions and 0 deletions

33
.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
.env
.venv
__pycache__/
*.pyc
*.pyo
*.pyd
*.db
*.sqlite3
*.log
.DS_Store
.idea/
.vscode/
*.swp
*.swo
*.bak
*.tmp
*.egg-info/
dist/
build/
*.egg
*.egg-info/
*.log
*.cover
.coverage
htmlcov/
.tox/
.nox/
.coverage.*
.cache/
nosetests.xml
coverage.xml
*.cover
*.mp3