Files
trading_bot_v4/.gitignore
2025-12-06 19:16:46 +00:00

52 lines
421 B
Plaintext

# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Next.js
.next/
out/
build/
# Environment variables
.env.local
.env*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
logs/
*.log
# Docker
.dockerignore
# Temporary files
tmp/
temp/
*.tmp
# Build artifacts
dist/
.backtester/
# Coverage reports
coverage/
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python