first commit

This commit is contained in:
2026-02-04 23:25:19 +09:00
commit 41df1a38d3
2 changed files with 167 additions and 0 deletions

52
.gitignore vendored Normal file
View File

@@ -0,0 +1,52 @@
# Environment Variables
.env
.env.local
.env.*
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual Environment
venv/
env/
ENV/
.venv/
# IDE settings
.vscode/
.idea/
*.swp
*.swo
# Data & Logs (Runtime generated)
data/
*.log
daily_trade_history.json
watchlist.json
bot_ipc.json
# System
Thumbs.db
Desktop.ini