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

# C extensions
*.so

# Distribution / packaging
build/
dist/
installer/build/
installer/dist/
develop-eggs/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# INTHON Traces & Temp Files
.inthon/
*.inth.log
msedge_error.log
msedge_out.log

# Virtual Environments
.venv/
venv/
ENV/
env/

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

# IDEs
.vscode/
.idea/
