# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.eggs/
*.egg

# virtualenvs
venv/
.venv/
env/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Runtime artifacts (created by the tool, not committed)
replacements/
*.tmp

# Test artifacts
.pytest_cache/
.coverage
htmlcov/
