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

# Benchmarks (not in version control)
benchmarks/

# Temp / test files
*.obj
*.exe
*.dcu
*.drc
*.map
*.res
*.identcache
*.tgs
*.tgw
*.local
tests/*.py
!tests/__init__.py
!tests/test_*.py
!tests/run_*.py

# Delphi build output directories
Win32/
Win64/
__history/
snapshots/

# Temp scripts
tmp_*.py
tmp_*.ps1

# npm artifacts (accidental)
node_modules/

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

# Creative roadmap (not in version control)
docs/roadmap-creative.md
docs/copyright/roadmap-creative.md

# Personal notes / scratch
docs/todos.md
docs/tofix.md

# Debug scripts
_debug_*.py
_test_*.py
test_*.png

# Commercial paid tools (not in version control)
tools/daudit/

# Dot-prefixed directories (AI agent workdirs, etc.)
.*/
