# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
test_failures.jsonl

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

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

# OS
.DS_Store
Thumbs.db

# Project specific
*.log
.mypy_cache/
.ruff_cache/
.dmypy.json
dmypy.json

# IRIS license keys (sensitive)
iris.key
*.key
docs/articles/developer-community-article.md
# Internal presentations
docs/presentations/
docs/articles/
/.opencode

# Build / coverage artifacts
coverage.json
coverage.xml
interrogate_badge.svg
test_failures.jsonl
htmlcov/
pgwire.log
server_log.txt

# Docker runtime files (not for source control)
merge.cpf
iris_pgwire.json

# AI tooling files (not for public repo)
AGENTS.md
CODEX.md
TABNINE.md

# Root-level debug/scratch scripts (use scripts/ directory instead)
check_intersystems.py
check_iris.py
check_resolve.py
find_shadowing.py
inspect_monkeypatch.py
repro_scoping.py
test_conn.py
test_connection_stability.py
test_pg_type.py
test_scope.py
update_article.py
verify_demo.sql
