first commit

This commit is contained in:
2026-08-18 18:06:14 +09:00
commit 7ac2f13a75
6 changed files with 360 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
.eggs/
dist/
build/
# Virtual env
.venv/
venv/
env/
# Env / secrets
.env
.env.*
# IDE / OS
.idea/
.vscode/
.DS_Store
Thumbs.db
# Jupyter
.ipynb_checkpoints/
# ClearML / logs
.clearml/
*.log