7 lines
76 B
Plaintext
7 lines
76 B
Plaintext
# Exclude Python virtual environment
|
|
.env
|
|
venv/
|
|
env/
|
|
__pycache__/
|
|
*.py[cod]
|