# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Virtual environments
.venv/
venv/
env/
# Build artifacts
build/
dist/
*.egg-info/
*.egg
# IDE
.idea/
.vscode/
*.iml
# OS
.DS_Store
Thumbs.db
# Coverage / test reports
.coverage
htmlcov/
coverage.xml
*.cover
# Logs
*.log