MoneyPrinterTurbo/.dockerignore
2024-04-02 11:03:29 +08:00

24 lines
248 B
Plaintext

# Exclude common Python files and directories
venv/
__pycache__/
*.pyc
*.pyo
*.pyd
*.pyz
*.pyw
*.pyi
*.egg-info/
# Exclude development and local files
.env
.env.*
*.log
*.db
# Exclude version control system files
.git/
.gitignore
.svn/
storage/