Files
stonks-oracle/.gitignore
T
Celes Renata 7fefc65692 chore: remove runmefirst.sh from repo, add to gitignore
Deploy scripts live on gremlin-1 at ~/sources/kube/stonks-oracle/,
not in the git repo. They reference local secret files and should
not be version controlled.
2026-04-16 05:39:56 +00:00

55 lines
447 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/
# 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