# Git Auto Commit (gac) .gitignore
# ----------------------------------------------------------------------------

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

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
*.cab
*.msi
*.msm
*.msp
*.lnk

# =========================
# GAC Project-specific files
# =========================
.gac.env
.gac_cache/
.gac-history
.gac-config.json
conversation_cache/
saved_messages/
secrets/
temp/
CLAUDE.md

# =========================
# Python
# =========================
# 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

# 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
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Package management
poetry.toml

# =========================
# Python tools and linters
# =========================
# Ruff
.ruff_cache/

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

# Pyre
.pyre/

# pytype
.pytype/

# Cython
cython_debug/

# LSP
pyrightconfig.json

# =========================
# Node.js
# =========================
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*

# Dependency directories
node_modules/
jspm_packages/
web_modules/

# Caches
.npm
.eslintcache
.stylelintcache
.parcel-cache
.cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Build outputs
dist/
build/
.next
out
.nuxt
.vuepress/dist
.temp
.docusaurus

# Yarn
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

# =========================
# Editors
# =========================
# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.vscode-test

# JetBrains IDEs
.idea/

# Cursor
.cursor/
.cursorrules

# Other editors
.spyderproject
.spyproject
.ropeproject
.windsurfrules

# =========================
# Backups and temporary files
# =========================
*.bak
*.tmp
*.swp

# =========================
# Private Scripts (to exclude from repository)
# =========================
scripts/auto_changelog.py
scripts/auto_release.py
scripts/prep_changelog_for_release.py
scripts/changelog_config.yaml
scripts/changelog_prompt.md

**/.claude/settings.local.json
.plandex-v2/
.vscode/
.serena/
.crush.json
