14 lines
128 B
Text
14 lines
128 B
Text
# Generic temporary files
|
|
*.backup
|
|
*.bak
|
|
*.orig
|
|
*.temp
|
|
*.tmp
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.python-version
|
|
.venv/
|
|
venv/
|
|
.env
|