trading-platform-data-servi.../.gitignore
rckrdmrd 62a9f3e1d9 feat: Initial commit - Data Service
Data aggregation and distribution service:
- Market data collection
- OHLCV aggregation
- Real-time data feeds
- Data API endpoints

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-18 04:30:42 -06:00

25 lines
172 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.so
.venv/
venv/
# Logs
*.log
logs/
# Environment
.env
.env.local
!.env.example
# IDE
.idea/
.vscode/
# Build
dist/
build/
*.egg-info/