# Build and Release Folders
bin-debug/
bin-release/
[Oo]bj/
[Bb]in/

# Other files and folders
.settings/
.venv/

# Compiled python binaries
**/__pycache__
.pytest_cache

# Python package build artifacts
*.egg-info/
build/
dist/
*.egg

# Executables
*.swf
*.air
*.ipa
*.apk

# ChromaDB
​**/db/
/db/

# Files for build and verify
akg_agents/core/verifier/compile_and_execute/
.tmp/
tmp/
.akg/
.vscode/
.DS_Store
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
# should NOT be excluded as they contain compiler settings and other important
# information for Eclipse / Flash Builder.


# test result
#*.txt

# Thirdparty dependencies and datasets
thirdparty/*