# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Build artifacts
build/
dist/
*.egg-info/
*.egg

# Version file (generated by hatch-vcs)
src/anyserial/_version.py

# Virtual environments
.venv/
venv/
env/

# uv
.uv-cache/

# Testing
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.hypothesis/

# Type checking
.mypy_cache/
.pyright/
.pytype/

# Ruff
.ruff_cache/

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

# Docs
site/
docs/_build/

# Benchmarks
benchmarks/results/
.benchmarks/

# Local tooling
.claude/
.codex
.cache/

# act (local GitHub Actions runner)
.secrets
.env
.act-event*.json
/tmp/act-artifacts/
