This commit is contained in:
2026-04-05 00:43:23 +05:30
commit 8be37d3e92
425 changed files with 101853 additions and 0 deletions

46
negot8/.gitignore vendored Normal file
View File

@@ -0,0 +1,46 @@
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg-info/
.venv/
venv/
.env
.env.*
!.env.example
.env.backup
# Databases
*.db
*.sqlite
*.sqlite3
# Byte-compiled / optimized / DLL files
*.pyc
# Alembic
alembic/*.pyc
# Pytest
.pytest_cache/
# Coverage
.coverage
htmlcov/
# Logs and Caches
*.log
**/.mypy_cache/
**/.ruff_cache/
# Build artifacts
build/
dist/
# Audio
*.mp3
# Other
.DS_Store