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

# Generated at build time by hatch_build.py
arc_canteen/_build_info.py

# Maintainer-only release tooling — stays local, out of the public repo
# and the PyPI sdist (hatchling honors this file). hatch_build.py is NOT
# here: pyproject.toml references it, every build needs it.
RELEASING.md
release.sh

# Tooling
.ruff_cache/
.mypy_cache/
.pytest_cache/

# Editors
.vscode/
.idea/
*.swp

# Secrets — never push these
*_PAT
*.pat
.env
.env.*
