# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
venv/
env/
ENV/

# Packaging / build
build/
dist/
*.egg-info/
.eggs/
wheels/
pip-wheel-metadata/

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover
.hypothesis/

# Ruff
.ruff_cache/

# Mypy / type checker caches
.mypy_cache/
.pyright/
.pytype/

# IDEs / Editors
.idea/
.vscode/

# OS files
.DS_Store
Thumbs.db

# Logs / temporary files
*.log
*.tmp
*.temp
*.bak
*.swp
*.swo

# Local environment / secrets
.env
.env.*
!.env.example

# Generated verification outputs
*_output.txt

# Local scratch / grabbed content
grabbed_stuffs/