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

# Distribution / packaging
.Python
build/
dist/
*.egg-info/
*.egg
wheels/
share/python-wheels/
MANIFEST

# Virtual environments
.venv/
# uv lockfile: this is a published library, consumers resolve their own deps
uv.lock
venv/
env/
.python-version

# Testing
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.tox/
.nox/

# Type checkers
.mypy_cache/
.pyright/
.dmypy.json
dmypy.json
.ruff_cache/

# IDEs
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Local
*.local
.env
# Local agent harness state
.tdd/
