# Generated from:
# https://github.com/plone/meta/tree/master/config/default
# See the inline comments on how to expand/tweak this configuration file
# python related
*.egg-info
*.pyc
*.pyo
.env*

# translation related
*.mo

# Internal design notes and implementation plans. They describe a concrete
# deployment -- node names, entrypoints, measurements -- and belong wherever
# that deployment is administered, not in a public package.
docs/superpowers/

# tools related
build/
.coverage
coverage.xml
dist/
docs/_build
__pycache__/
.tox
.vscode/
.idea/
node_modules/
sandbox/

# venv / buildout related
bin/
develop-eggs/
eggs/
.eggs/
etc/
.installed.cfg
include/
lib/
lib64
.mr.developer.cfg
parts/
pyvenv.cfg
var/
.mypy_cache/
.pytest_cache/
venv/
.venv/
# lockfile from `uv venv` bootstrap; this is a library distributed via PyPI,
# not an application, and CI installs with pip, so it should not be committed.
uv.lock

/.env
/*.json

*.pem
*.key
*.cer
*.csr
