# 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

# OS
Thumbs.db
desktop.ini
