Initial Commit

This commit is contained in:
2026-05-01 08:34:32 +09:00
commit fac56a3048
7 changed files with 630 additions and 0 deletions
+42
View File
@@ -0,0 +1,42 @@
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg
*.egg-info/
dist/
build/
.eggs/
# Virtual environment
venv/
.venv/
env/
.env
# Environment variables
.env
.env.*
# pytest
.pytest_cache/
.cache/
# IDE
.idea/
.vscode/
*.swp
*.swo
# macOS
.DS_Store
.AppleDouble
# Logs
*.log
logs/
# Distribution / packaging
*.whl
*.tar.gz