19 lines
193 B
Plaintext
19 lines
193 B
Plaintext
# Python cache files
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Virtual environments
|
|
venv/
|
|
.venv/
|
|
|
|
# Environment variables (secrets)
|
|
.env
|
|
|
|
# Git metadata
|
|
.git/
|
|
|
|
# macOS Finder files
|
|
.DS_Store
|
|
|
|
# Log files
|
|
*.log |