template-with-ai/.gitignore
2025-07-01 16:22:20 +05:30

61 lines
633 B
Text

.venv/
.env/
# Python cache files
__pycache__/
*.py[cod]
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
eggs/
.eggs/
lib/
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
dev-debug.log
.pytest_cache/
# Dependency directories
node_modules/
# Environment variables
.env
.venv
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# OS specific
.DS_Store
*.pyc
# Task files
# tasks.json
# tasks/
__pycache__/
*/__pycache__/
src/__pycache__/
tests/unit/__pycache__/
# Build artifacts
src/tinyrag.egg-info/
# Review files
review.md
chroma_db_poc/
tree-sitter-rescript/