| # Ignore the __pycache__ directory anywhere in the repository | |
| __pycache__/ | |
| # Ignore the 'runs' directory anywhere in the repository, regardless of nesting | |
| runs/ | |
| data/pump_fun | |
| data/cache | |
| .env | |
| data/cache | |
| .tmp/ | |
| .cache/ | |
| checkpoints/ | |
| metadata/ | |
| store/ | |
| preprocessed_configs/ | |
| .early.coverage | |
| .ipynb_checkpoints/ |