# =============================================================================
# Claude Code and Plugin Settings
# =============================================================================
# Claude Code local settings (contains credentials)
.claude/settings.local.json

# Local plugin settings (user credentials)
plugins/*/config/*.local.json

# Claude Flow runtime artifacts (from accidental init)
.claude-flow/
.swarm/
coordination/
claude-flow

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

# 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
pip-wheel-metadata/

# 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/
pytest-report.html

# Type checkers
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/
.pyre/

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

# =============================================================================
# IDE and Editors
# =============================================================================
# JetBrains (PyCharm, IntelliJ, etc.)
.idea/
*.iml
*.ipr
*.iws
out/
.idea_modules/

# VS Code
.vscode/
*.code-workspace
.history/

# Vim/Neovim
*.swp
*.swo
*~
.vim/
tags
.netrwhist

# Emacs
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*

# Sublime Text
*.sublime-workspace
*.sublime-project

# =============================================================================
# Operating System
# =============================================================================
# macOS
.DS_Store
.AppleDouble
.LSOverride
._*
.Spotlight-V100
.Trashes

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
*.lnk

# Linux
*~

# =============================================================================
# Environment and Secrets
# =============================================================================
.env
.env.local
.env.*.local
*.pem
*.key
secrets.json
credentials.json

# =============================================================================
# Testing
# =============================================================================
.pytest_cache/
.coverage
htmlcov/
*.cover
.hypothesis/

# Test remediation artifacts
.remediation_state.json
.skill_backups/

# Playwright
test-results/
playwright-report/
playwright/.cache/

# =============================================================================
# Build and CI Artifacts
# =============================================================================
*.log
*.tmp
*.temp
*.bak
*.orig

# Docker
docker-compose.override.yml

# Node (if any JS tooling)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# =============================================================================
# Documentation
# =============================================================================
# Sphinx
docs/_build/
site/

# =============================================================================
# Miscellaneous
# =============================================================================
# Local development overrides
*.local
local/

# Jupyter Notebooks
.ipynb_checkpoints/
*.ipynb

# Pre-commit
.pre-commit-config.yaml.bak
