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

# Virtualenvs / caches
.venv/
venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Debian build artifacts
debian/proximo/
debian/.debhelper/
debian/files
debian/*.substvars
debian/*.log
*.deb
*.buildinfo
*.changes

# Proximo runtime — never commit audit logs or real config
*.log
audit.log
*.env
!*.env.example

# Lockfile (library — consumers resolve their own deps)
uv.lock
