# Byte-compiled / optimized / DLL files
*.py[cod]
__pycache__/
*.so
*.dll
*.dylib

# Rust / Cargo
/target/
/target2/
**/*.rs.bk
Cargo.lock

# PyCharm project files
.idea/

# Vim / Notepad++ temp files
*~

# Coverage output
.coverage

# Documentation build folders.
docs/_*
docs/src/*
docs/.vitepress/dist
docs/.vitepress/cache
docs/node_modules
/venv/
/run_pycharm.bat
/.nox/
/build/
/coverage.xml
/.zip/
run-ide.bat

# Virtual environments
/.venv/
dist/

# Python cache
*.pyc
*.pyo
*.pyd
*.pdb
.Python
.ruff_cache/
*PRD.md
*.isorted

# Rust / maturin build artifacts
*.exp
*.lib

# AI IDE directories
.agents/
.claude/
.cline/
.codebuddy/
.cursor/
.kiro/
.opencode/
.roo/
.trae/
.windsurf/
CODEBUDDY.md

# Harbor tasks (local only, not committed)
tasks/

# Local test output files
test_output.txt
test_rust_out.txt
test_rust_err.txt
test_result.txt
