*.py[co]

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.coverage.*
coverage.xml
htmlcov/
.tox
.nox
.cache
.pytest_cache/
.hypothesis/
*.cover
*.py,cover
.coverage_html/
.pytest_cache

# Translations
*.mo

# Mr Developer
.mr.developer.cfg

# Vim
*.swp

# Sphinx
docs/_build
docs/_output

# Cursor
.cursorrules
.cursor
.cursor/rules

# VSCode
.vscode

# Ruff
.ruff_cache

# UV
.venv
