# Byte-compiled / optimized / DLL files
__pycache__/
*.py[codz]
*$py.class

# C extensions
*.so

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
MANIFEST

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

# Environments
.env
.envrc
.venv
env/
venv/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Ruff
.ruff_cache/

# PyPI configuration file
.pypirc

# hatch-vcs generated version file
src/anvil/_version.py
