# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Build artifacts
build/
dist/
*.whl
*.tar.gz

# Virtual environments
.venv/
venv/
env/

# Editors
.vscode/
.idea/
*.swp
.DS_Store

# Coverage
.coverage
.coverage.*
htmlcov/
