Files
signal-platform/.gitignore
T
dennisthiessen 66ef0564c1
Deploy / lint (push) Successful in 8s
Deploy / test (push) Successful in 1m22s
Deploy / deploy (push) Successful in 43s
Add local backtest snapshot runner
2026-07-03 18:35:07 +02:00

40 lines
404 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
dist/
build/
.venv/
.env
# Hypothesis (PBT)
.hypothesis/
# Pytest
.pytest_cache/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Frontend
frontend/node_modules/
frontend/dist/
# Alembic
alembic/versions/__pycache__/
# Generated SSL bundle
combined-ca-bundle.pem
# Local research artifacts
backtest_snapshots/
reports/backtest-*.json