# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
.eggs/

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

# uv
.uv/

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.cache/
.mypy_cache/
.ruff_cache/
.pyright/

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

# Environment files (never commit secrets)
.env
.env.local
.env.*.local
tests/integration/.env

# Discovery session artifacts that we don't need to ship
docs/research/artifacts/session.xml
docs/research/artifacts/session-cookies.txt
docs/research/artifacts/post-login-response.html

# Vendor / customer-supplied material (platform docs, decompiled webapps, env
# probes) lives under docs/fromcustomer/ and stays out of the public repo.
docs/fromcustomer/

# Captured logs / bug reports used in-session to drive a fix. Stays local;
# these typically contain customer hostnames, IPs, and stack traces.
docs/newissue/

# OS
Thumbs.db
desktop.ini
