11 lines
129 B
Plaintext
11 lines
129 B
Plaintext
# Virtual environment
|
|
venv/
|
|
|
|
# Python cache files
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Other common ignores
|
|
*.log
|
|
.env
|
|
.history/ |