11 lines
98 B
Plaintext
11 lines
98 B
Plaintext
# Python virtual environment
|
|
/env/
|
|
/venv/
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Test script
|
|
/test
|