# Environment .env .venv/ env/ venv/ # Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Jupyter .ipynb_checkpoints/ *.ipynb_checkpoints # Results and data cta_1d/results/* !cta_1d/results/.gitkeep !cta_1d/results/README.md !cta_1d/results/*/.gitkeep !cta_1d/results/*/README.md stock_15m/results/* !stock_15m/results/.gitkeep !stock_15m/results/README.md !stock_15m/results/*/.gitkeep !stock_15m/results/*/README.md stock_1d/results/* !stock_1d/results/.gitkeep !stock_1d/results/README.md !stock_1d/results/*/.gitkeep !stock_1d/results/*/README.md *.parquet *.pkl *.h5 *.feather # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db