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

# Build outputs
build/
dist/
*.egg-info/

# Test and coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Virtual environments
.venv/
venv/

# Tooling
.mypy_cache/
.ruff_cache/

# Environment files
.env
.env.*

# IDE
.vscode/
.idea/
