# 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/

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

# Logs
logs/
*.log

# Type checking
.mypy_cache/

# Output files
compile_output.txt
compile_with_all_events.txt
compile_with_events.txt
file_compile_output.txt
msbuild_output.txt

# OS
.DS_Store
Thumbs.db

# Knowledge Base Data (用户需要自行构建)
data/
**/.delphi-kb/

# Release packages
releases/

# Development tools (本地工具，需要自行下载)
tools/7z/

# Temp / test files
*.obj
tests/*.py
!tests/__init__.py
!tests/test_*.py
!tests/run_*.py

# Config (可能包含本地路径)
config/compilers.json
config/history.json
temp_scan_result.json
opencode.json
