# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.pyc

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg

# Virtual environments
venv/
.venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Environment variables
.env
.env.local

# IDE
.idea/
.vscode/
*.swp
*.swo

# Node
node_modules/

# OS
.DS_Store
Thumbs.db

# Homework answer material -- must never reach a public repo.
# Masters hold plaintext answers; keys are generated from them.
# Course content belongs in a private repo or the LMS, not here.
*.master.yaml
*.key.yaml
e2e_result.log

# Stray captures. Screenshots kept for the README live in docs/screenshots/;
# anything dropped at the top level is working material.
/*.png
/*.jpg
