# dotfiles
.python-version
.mypy_cache
.pytest_cache
.poetry_cache
.ruff_cache
.DS_Store

# ---- Python recommended gitignore ----
# https://github.com/github/gitignore/blob/main/Python.gitignore
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

# Environments
env/
.venv
venv/
.env*
!.env.ci
ENV/
env.bak/
venv.bak/

# IDEs
.idea
.vscode

# Builds
build/
dist/
*.egg-info/

# Tools
.ruff_cache/
.mypy_cache/
.cache/

# Test environment
.venv-ci-test
