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

# 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/

# Translations
*.mo
*.pot

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

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

# macOS
.DS_Store

# Project specific
*.log
*.lock
.brain/
session/

# =============================================
# INTERNAL DOCS - NEVER COMMIT
# =============================================
# Launch strategy (keep in nucleus-launch-internal/)
docs/*LAUNCH*.md
docs/*STRATEGY*.md
docs/HACKER_NEWS.md
docs/REDDIT*.md
docs/TWITTER*.md
docs/PRODUCT_HUNT*.md
docs/MCP_COMMUNITY*.md
docs/SOCIAL_PREVIEW*.md
docs/PYPI_PUBLISH*.md

# Internal planning
*_INTERNAL.md
*_STRATEGY.md
*_PRIVATE.md
ROADMAP_INTERNAL.md
GTM*.md
OUTREACH*.md

# Test artifacts
modification_test.txt
test_*.txt
*.test.md

# Secrets and credentials
.env*
secrets/
*.secret
*.key
*.pem
credentials/

# Local development
.local/
local_*
dev_notes/
scratch/
tmp/

# Build artifacts that shouldn't be committed
*.whl
*.tar.gz
.mcpregistry_*
.mcpregistry_*
