pupilometer/.gitignore

13 lines
135 B
Plaintext

# Virtual Environment
.venv/
# Python cache
__pycache__/
*.pyc
# Test artifacts
app_stdout.log
app_stderr.log
screenshots/
.DS_Store