Files
stonks-oracle/.gitignore
T
2026-04-17 05:16:47 +00:00

56 lines
460 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg
.eggs/
venv/
.venv/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Environment
.env
.env.local
# Logs
logs/
*.log
# Data
data/
output/
# Docker
.docker/
# Test
.pytest_cache/
.coverage
htmlcov/
.hypothesis/
# API secret files
polygon.io.key
alpaca.key
alpaca.secret
alpaca.url
# Deploy scripts (live on gremlin-1, not in repo)
runmefirst.sh
runmelast.sh