initial commit
This commit is contained in:
23
한국투자증권(API)/MCP/Kis Trading MCP/.gitignore
vendored
Normal file
23
한국투자증권(API)/MCP/Kis Trading MCP/.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# Python-generated files
|
||||
__pycache__/
|
||||
*.py[oc]
|
||||
build/
|
||||
dist/
|
||||
wheels/
|
||||
*.egg-info
|
||||
|
||||
# Virtual environments
|
||||
.venv
|
||||
|
||||
.idea
|
||||
.vscode
|
||||
|
||||
*.log
|
||||
*_log/
|
||||
*_logs/
|
||||
tmp/
|
||||
|
||||
*.csv
|
||||
!standalone_util/*.csv
|
||||
*.tmp
|
||||
*.db
|
||||
Reference in New Issue
Block a user