# Secrets and local config .env CLAUDE.md # Data and databases data/ *.db *.db-shm *.db-wal # Python artifacts __pycache__/ *.py[cod] *.pyo *.pyd .Python *.egg-info/ dist/ build/ .pytest_cache/ .coverage htmlcov/ # Pytest mock artifacts