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

# C extensions
*.so

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

# Test, coverage, and tooling caches
.coverage
.coverage.*
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyre/
.tox/
.nox/
htmlcov/
coverage.xml

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

# Environment files
.env
.env.*
!.env.example

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db

# Local example/runtime output
*.log
