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

# Virtual Environment
venv/
ENV/
env/
.venv

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.hypothesis/

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

# MyPy
.mypy_cache/
.dmypy.json
dmypy.json

# Ruff
.ruff_cache/

# Project specific
iterm_env/
python_scripts/
*.log

# Local development
work_in_progress/
work_history/
.claude/

# Debug/experimental tests (not part of main test suite)
test_*.py
!tests/test_*.py
# Node / VSCode extension build output (also covered by extensions/vscode/.gitignore)
node_modules/
out/
*.vsix
*.tsbuildinfo

# Gradle / IntelliJ plugin build output
.gradle/
