- Added new logging configuration to improve observability across various services. - Introduced a `.repomixignore` file to exclude unnecessary files from version control. - Updated `pyproject.toml` to include additional paths for script discovery. - Refreshed submodule references for the client to ensure compatibility with recent changes. All quality checks pass.
117 lines
1.5 KiB
Plaintext
117 lines
1.5 KiB
Plaintext
# Generated protobuf files (large, auto-generated)
|
|
**/*_pb2.py
|
|
**/*_pb2_grpc.py
|
|
**/*.pb2.py
|
|
**/*.pb2_grpc.py
|
|
|
|
# Lock files (very large, not needed for code understanding)
|
|
uv.lock
|
|
**/Cargo.lock
|
|
**/package-lock.json
|
|
**/bun.lockb
|
|
**/yarn.lock
|
|
**/*.lock
|
|
|
|
# Binary/image files
|
|
**/*.png
|
|
**/*.jpg
|
|
**/*.jpeg
|
|
**/*.gif
|
|
**/*.ico
|
|
**/*.svg
|
|
**/*.icns
|
|
**/*.webp
|
|
client/app-icon.png
|
|
client/public/favicon.ico
|
|
client/public/placeholder.svg
|
|
|
|
# Build artifacts and generated code
|
|
**/target/
|
|
**/gen/
|
|
**/dist/
|
|
**/build/
|
|
**/.vite/
|
|
**/node_modules/
|
|
**/__pycache__/
|
|
**/*.egg-info/
|
|
**/.pytest_cache/
|
|
**/.mypy_cache/
|
|
**/.ruff_cache/
|
|
**/coverage/
|
|
**/htmlcov/
|
|
**/playwright-report/
|
|
**/test-results/
|
|
|
|
# Documentation (verbose, can be referenced separately)
|
|
docs/
|
|
**/*.md
|
|
!README.md
|
|
!AGENTS.md
|
|
!CLAUDE.md
|
|
|
|
# Benchmark files
|
|
.benchmarks/
|
|
**/*.json
|
|
!package.json
|
|
!tsconfig*.json
|
|
!biome.json
|
|
!components.json
|
|
!compose.yaml
|
|
!alembic.ini
|
|
!pyproject.toml
|
|
!repomix.config.json
|
|
|
|
# Large API spec file
|
|
noteflow-api-spec.json
|
|
|
|
# IDE and editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*.swn
|
|
*.code-workspace
|
|
|
|
# Temporary and scratch files
|
|
*.tmp
|
|
*.temp
|
|
scratch.md
|
|
repomix-output.md
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# Spikes (experimental code)
|
|
spikes/
|
|
|
|
# Python virtual environment
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
*~
|
|
|
|
# Git files
|
|
.git/
|
|
.gitmodules
|
|
|
|
# Claude/Serena project files (internal tooling)
|
|
.claude/
|
|
.serena/
|
|
|
|
# Dev container configs (not needed for code understanding)
|
|
.devcontainer/
|