.env

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

# C extensions
*.so

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

# Unit test / coverage reports
htmlcov/
.coverage
.coverage.*
coverage.xml
.pytest_cache/

# Logs
*.log

# Environments
.env
.envrc
.venv
venv/

# Type checkers
.mypy_cache/

# Ruff
.ruff_cache/

# PyPI configuration
.pypirc

# Docs
site/
docs/reference/
