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

# Other files and folders
.settings/

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

# db
db.sqlite3
# env
.env.all
.env.dev
.env.prod
.env.stg
# python 
venv
.coverage
__pycache__
.pytest_cache
# volume
volume
env
.env
data
# pixi environments
.pixi/*
!.pixi/config.toml

# agent-browser browser automation tests
frontend/agent-browser/

# temp scratch files
temp/
