# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
venv/
.venv/
.venv*/
ENV/
env/

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.hypothesis/

# Type checking and linting
.mypy_cache/
.ruff_cache/
.pytype/
.pyre/
.dmypy.json
dmypy.json

# IDEs
.idea/
*.swp
*.swo
*~
.DS_Store

# direnv
.direnv/
.envrc.local

# Local config symlinks (user-specific, not project)
/*-config
.sops-public-key.txt

# Environment variables
.env
.env.*

# Temporary files
tmp/*
!tmp/.gitkeep
.cache/

# Documentation
site/
docs/_build/

# Build and packaging
*.whl
.uv-cache/
**/_version.py

# Project specific
*.log
.doit.db.db
coverage.xml
.nfs*
.gemini/settings.json.orig
tools/hooks/ai/hook-debug.jsonl

# Project-specific data directories (top-level only -- the
# `pynetappfoundry.data` package and `tests/unit/data` are tracked.)
/data/
output/

# Configuration with secrets
config/*.toml
!config/*.example.toml

# Example config (large API files)
# Keep the exclude pattern for pre-commit hooks
