# Python bytecode
__pycache__/
*.py[cod]
*.pyo
*.pyd

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

# Packaging/build output
build/
dist/
*.egg
*.egg-info/
.eggs/

# Testing and coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
reports/
.smoke-venv/

# IDE/editor files
.idea/
.vscode/

# Local tool caches
.uv/
