.git
.gitignore
.pytest_cache
.mypy_cache
.ruff_cache
__pycache__
*.py[cod]
*.egg-info

.env
.antigravity
.context
.venv
venv
env
ENV
.tmp-venv
antigravity_workspace_template_venv
engine/venv

build
dist
artifacts/tmp_*
logs
data

.idea
.vscode
*.swp
