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

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

# Virtual environments
.venv/
venv/
env/

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.tox/
.cache/

# Coverage
.coverage
.coverage.*
htmlcov/
coverage.xml

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

# NOTE: src/crbonfree/ is Fern-generated but COMMITTED — do not ignore it.
# Fern's local-file-system output drops package-level metadata (its own
# pyproject/README) alongside the client; our root pyproject.toml is
# authoritative, so don't commit the generated duplicates.
src/crbonfree/pyproject.toml
src/crbonfree/README.md
