# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.env
.venv
pip-log.txt
pip-delete-this-directory.txt
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
.pytest_cache/
.ruff_cache/

# Distribution / packaging
dist/
build/
*.egg-info/

# Node / frontend
node_modules/
.vite/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Tactus specific
.tactus/config.yml
progress.output

*storybook.log
storybook-static
