# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg
*.egg-info/
dist/
build/
wheels/
*.whl

# Virtual environments
.venv/
venv/
env/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# Editor
.vscode/
*.swp

# AI Context Standard — machine-local file
.github/vscode-version.txt
