.git
.codex
.agents
.idea
.vscode
tmp

.venv
.env
.env.*
.envrc
.netrc
.npmrc
.pypirc
.aws
.azure
.cargo/credentials
.cargo/credentials.toml
.config/gcloud
.config/gh
.config/pip
.docker
.gcloud
.gnupg
.kube
.ssh
pip.conf
pip.ini
*.pem
*.key
*.p12
*.pfx
*.crt
*.secret
*.token
id_rsa
id_ed25519

dist
build
target
pip-wheel-metadata
*.egg-info
**/*.egg-info

__pycache__
**/__pycache__
*.py[cod]
**/*.py[cod]
.pytest_cache
**/.pytest_cache
.ruff_cache
**/.ruff_cache
.mypy_cache
**/.mypy_cache
.coverage
.coverage.*
htmlcov
**/htmlcov

python/grimace/_core*.so
python/grimace/_core*.dylib
python/grimace/_core*.dll
python/grimace/_core*.pyd

.DS_Store
