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

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

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

# ── Test / scratch files ──────────────────────────────────────────────────────
test_direct_api.py
test_mcp_client.py
test_raw_api.py
tests/
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# ── Session / auth cache ──────────────────────────────────────────────────────
session_cache.json
cache.json
*.har

# ── Logs / traces ─────────────────────────────────────────────────────────────
logs/
*.log
traces/
temp/

# ── Build artifacts (Python dist) ─────────────────────────────────────────────
dist/

# ── Certificates / secrets ────────────────────────────────────────────────────
certs/
*.pem
*.key
*.crt
.env.local
config.local.py

# ── OS / Editor ───────────────────────────────────────────────────────────────
.DS_Store
Thumbs.db
.idea/
.vscode/
.cursor/
.kiro/
.supercode/
.claude/
.bumpversion.cfg.bak

# ── Misc ──────────────────────────────────────────────────────────────────────
*.mo
*.pot
*.log
local_settings.py
db.sqlite3
.scrapy
docs/_build/
.pybuilder/
target/
.ipynb_checkpoints
profile_default/
ipython_config.py
.pdm.toml
__pypackages__/
celerybeat-schedule
celerybeat.pid
*.sage.py
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
cython_debug/
