# 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
test-results.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
coverage/

# Translations
*.mo
*.pot

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

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

# Claude Code local settings
.claude/settings.local.json

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

# ruff
.ruff_cache/

# SQLite databases
*.sqlite
*.sqlite3
*.db

# CSV outputs (generated, not committed)
csv_output/
*.csv

# Azure DevOps extension
*.vsix
node_modules/

# OS files
.DS_Store
Thumbs.db

# Secrets (never commit)
*.pem
*.key
secrets.yaml
secrets.yml
.env.local

debug_extraction.py
test_artifacts
**/tmp/
run_artifacts/*
# Compiled scripts
scripts/dist/

# VSIX packaging output artifacts
extension/[0-9]*

.claude/settings.local.json
CLAUDE.md
