# 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/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

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

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

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

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

# NLTK data
nltk_data/

# Log files (except test fixtures)
logs/
*.log
startup.log
mcp_server.log
!tests/e2e/fixtures/*.log

# Temporary files
*.tmp
.temp/
temp/

# User-specific Claude Code settings (except shared maintainer skills)
.claude/*
!.claude/skills/
CLAUDE.md
/.serena/
.mcp.json

# Internal maintenance docs (not part of the published package)
modules/UPDATE_PROMPTS.md

# Internal design specs and plans live in the private evals repo
# (evals/specs/, evals/plans/); this path stays local-only so a spec
# written here by habit can never be committed to the public tree.
docs/superpowers/

# Private A/B evaluation harness and experiment evidence.
# evals/ is its own independent git repo pushed to the private
# SantyagoSeaman/tfmodsearch-evals; ignoring it keeps this public repo
# unaware of it (no gitlink, no .gitmodules). Never git-add it here.
evals/
