# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/
coverage.xml

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

# Virtualenvs
.venv/
venv/
.env

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