Files
noteflow/.gitignore

74 lines
826 B
Plaintext

# Python
.venv/
**/*.pyc
**/*.pyo
**/*.pyd
__pycache__/
**/__pycache__/
*.egg-info/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
*.egg
.hygeine/
.benchmarks/
# Environment
.env
.env.*
!.env.example
# Logs
logs/
*.log
logs/status_line.json
# Spikes (experimental code)
spikes/
# Documentation generation
repomix-output.md
# Node/TypeScript client
client/node_modules/
client/dist/
client/.vite/
client/coverage/
# Rust/Tauri client
client/src-tauri/target/
client/src-tauri/gen/
# Test artifacts
client/playwright-report/
client/test-results/
.pytest_cache/
# OS files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
*~
# IDE / Editor
.vscode/
.idea/
*.swp
*.swo
*.swn
*.code-workspace
*.sublime-project
*.sublime-workspace
# Temporary files
*.tmp
*.temp
scratch.md