12 lines
116 B
Plaintext
12 lines
116 B
Plaintext
# Virtual environment
|
|
.venv/
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Editor / OS junk
|
|
*.swp
|
|
.DS_Store
|
|
.python-version
|