# Byte-compiled
__pycache__/

# Distribution
dist/

# Unit test
.pytest_cache/

# Environments
.venv
.env

# Ruff
.ruff_cache/

# Plugin Daemon Slim
.slim

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

# IDE configs
.idea/
.vscode/
