MoneyPrinterTurbo/.gitignore
2024-03-29 19:38:37 +01:00

10 lines
175 B
Plaintext

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