# Python bytecode/cache
__pycache__/
*.py[cod]
*$py.class

# Build artifacts
dist/
build/
*.egg-info/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# OS/editor noise
.DS_Store
.vscode/
.idea/
