MoneyPrinterTurbo/.gitignore
2024-04-11 22:55:08 +08:00

14 lines
216 B
Plaintext

.DS_Store
/config.toml
/storage/
/.idea/
/app/services/__pycache__
/app/__pycache__/
/app/config/__pycache__/
/app/models/__pycache__/
/app/utils/__pycache__/
/*/__pycache__/*
.vscode
/**/.streamlit
__pycache__
logs/