Files
Place-Order-Trading-Bot/.gitignore
T
cbazza bb180acf7a
Deploy to Windows VPS / deploy (push) Has been cancelled
Add setup scripts and documentation for Git workflow
2025-12-20 18:12:39 +01:00

65 lines
652 B
Plaintext

# Secrets & Credentials
telegram_config.json
*.env
*.key
*.secret
# Database
*.db
*.sqlite
*.sqlite3
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
venv/
env/
ENV/
# OS Files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Logs
*.log
dashboard.log
dashboard_*.log
nohup.out
# Jupyter
.ipynb_checkpoints/
*.ipynb:Zone.Identifier
# Archive/Temp folders
archive/
archiv/
misc/
.goose/
temp/
tmp/
# Performance data (optional - keep template)
# Uncomment if you don't want to track trade data
# trade_performance_*.json
# Streamlit cache
.streamlit/