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

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

# Hatch-vcs generated
src/pysdp/_version.py

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

# Type checking
.mypy_cache/
.dmypy.json
.pyre/
.pytype/

# Ruff
.ruff_cache/

# Environments
.env
.venv/
venv/
env/
ENV/

# uv
.uv/
uv.lock

# pre-commit
.pre-commit-cache/

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

# Claude Code per-user local state (permissions, prompt history, etc.).
# Not a secret, but per-user and not meaningful in version control.
.claude/

# Docs build
site/
docs/_build/

# Jupyter
.ipynb_checkpoints/

# Rendered from SPEC.md (local only)
SPEC.html
SPEC_files/
