14 lines
167 B
Plaintext
14 lines
167 B
Plaintext
# Local secrets and configuration
|
|
.env
|
|
.evn
|
|
|
|
# Python virtual environments and cache
|
|
.venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Editor and OS files
|
|
.vscode/
|
|
.DS_Store
|
|
Thumbs.db
|