# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
ENV/

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

# Testing / Coverage
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.hypothesis/

# Sphinx docs build
docs/_build/

# OS
Thumbs.db
.DS_Store

# Distribution
*.whl
*.tar.gz

# Scratch / temp output files
_tr*.txt
_mypy_fix_tests.txt
test_output.txt
test_results.txt
test_run*.txt
release_test_output.txt
