# Python
**/__pycache__/
**/*.py[cod]
**/*$py.class
python/*.so
python/.Python
python/build/
python/develop-eggs/
python/dist/
python/downloads/
python/eggs/
python/.eggs/
python/lib/
python/lib64/
python/parts/
python/sdist/
python/var/
python/wheels/
python/*.egg-info/
python/.installed.cfg
python/*.egg

# TypeScript
typescript/node_modules/
typescript/dist/
typescript/build/
typescript/*.tsbuildinfo
typescript/coverage/

# Virtual Environment
python/.venv/
python/venv/
python/ENV/
python/env/

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

# Testing
**/.pytest_cache/
python/.coverage
python/htmlcov/
python/.tox/
**/.mypy_cache/
**/.ruff_cache/

# Build
*.whl
*.tar.gz

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.*
!.env.example

# Shared
docs/.cache/
*.log

.cursor/
.gemini/
.kiro/
.claude/
.agents/

# LYZR skills cache (clone of ide_skills repo; do not commit)
.lyzr/
ide_skills_repo/
