init commit

This commit is contained in:
2025-12-10 22:09:31 +09:00
commit b79adf1c69
361 changed files with 47414 additions and 0 deletions

View File

@@ -0,0 +1,50 @@
# Ignore compiled files
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Virtual environments
.venv/
venv/
ENV/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Environment variables
.env
.env.local
# Database
*.db
*.sqlite
*.sqlite3
# Logs
*.log
logs/
# Testing
.pytest_cache/
.coverage
htmlcov/
# Build
build/
dist/
*.egg-info/
# OS
.DS_Store
Thumbs.db
# Docker
.dockerignore