12 lines
125 B
Plaintext
12 lines
125 B
Plaintext
# Virtual Environment
|
|
.venv/
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Test artifacts
|
|
app_stdout.log
|
|
app_stderr.log
|
|
screenshots/
|