mirror of
https://github.com/harry0703/MoneyPrinterTurbo.git
synced 2025-11-25 03:15:04 +08:00
25 lines
260 B
Plaintext
25 lines
260 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/
|
|
config.toml
|