alcove / .gitignore
AccidentalCoder80's picture
v0.1.0 — initial framework code + landing page
3d2cac8 verified
Raw
History Blame
657 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
# Virtual environments
.venv/
venv/
ENV/
env/
# Environment variables
.env
# Build and distribution
build/
dist/
*.egg-info/
.eggs/
# Testing
.pytest_cache/
.coverage
.hypothesis/
htmlcov/
coverage.xml
*.cover
# Linting and formatting
.ruff_cache/
.mypy_cache/
# IDE
.vscode/
.idea/
*.swp
*.swo
# Security
*.key
*.pem
*.crt
*.csr
# Google OAuth secrets (Haven KitchenOS)
credentials.json
token.json
# Temporary files
tmp/
*.log
cache/
# macOS
.DS_Store
# Linux
*~
.directory
.Trash-*
.nfs*
# User-created personalities (managed by UI)
src/reachy_mini_conversation_app/profiles/user_personalities/