# Python runtime artifacts
.venv/
.tox/
__pycache__/
*.pyc
*.pyo
*.log

# Git & secrets
.git/
.env
.env.example
.env.prod.example
.gitignore

# Dev tooling config
pyproject.toml
.pre-commit-config.yaml

# Test suite & coverage
tests/
coverage.json
htmlcov/

# Scripts (seed, import — not needed at runtime)
scripts/

# Documentation
*.md
LICENSE

# Sample / import data files
*.xlsx
*.json

# Deployment / infrastructure files not needed inside the image
docker-compose.yml
docker-compose.prod.yml
render.yaml
deploy.sh
zerver_scp.sh
