# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/

# Env & secrets
.env
*.env.local

# Tests & tooling
.coverage
coverage.xml
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/

# IDE
.idea/
.vscode/

# Docs build
docs/_build/

# hatch-vcs writes this at build time; never commit it
src/gotime/_version.py
