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

# C extensions
*.so

# Distribution / packaging
.Python
build/
dist/
*.egg-info/
.eggs/
*.egg
pip-wheel-metadata/

# Virtual environments
.env
.venv
venv/
env/

# Test / coverage / lint / type checker
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.pyre/
.hypothesis/

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

# Docs
site/

# Local runtime artifacts
*.log
*.pid
*.sqlite3

# Generated smoke outputs
smoke-results*.json
.agents/