# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class

# test environment variables
tests/.test.env

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
.eggs/
pip-wheel-metadata/

# Hatch
.hatch/

# Virtual environments
.venv/
venv/
env/

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/

# IDE / OS
../.idea/
.vscode/
.DS_Store
.claude/

# Test markdown files
tests/*.md
tests/**/*.md
todo*.md

# pypi
.pypirc
