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

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg

# Virtual envs
.venv/
venv/
env/

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/

# Tooling caches
.ruff_cache/
.mypy_cache/
.ty_cache/

# IDE / OS
.vscode/
.idea/
.DS_Store
*.swp
