This commit is contained in:
2026-01-03 05:20:14 +05:30
commit 278f0a3d40

40
.gitignore vendored Normal file
View File

@@ -0,0 +1,40 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/
# Virtual environments
venv/
env/
.venv
# PyCharm
.idea/
.run
# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.xml
# Environment variables
.env
.env.local
# OS
.DS_Store
Thumbs.db
# Temporary files
*.swp
*.swo
*~
*.tmp