Old SandTable project

This commit is contained in:
Your Name
2026-08-08 16:11:57 +03:00
commit 59c9f942f0
68 changed files with 2686 additions and 0 deletions
+51
View File
@@ -0,0 +1,51 @@
# Python
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
.venv/
venv/
env/
ENV/
# Environment / secrets
.env
.env.*
!.env.example
# Django
*.log
db.sqlite3
db.sqlite3-journal
media/
staticfiles/
# Python tooling
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/
# IDEs / editors
.vscode/
.idea/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Build / packaging
build/
dist/
*.egg-info/
.eggs/
# Jupyter
.ipynb_checkpoints/
# Local development
*.local