Files
rag-manager/.gitignore
2025-09-19 06:56:19 +00:00

100 lines
930 B
Plaintext

# Environment files
.env
.env.local
.env.*.local
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
.venv/
.env/
venv/
ENV/
env/
# Package managers
.uv_cache/
.uv-cache/
.pip-cache/
pip-log.txt
pip-delete-this-directory.txt
# Testing
.tox/
.coverage
.coverage.*
.cache
.pytest_cache/
htmlcov/
.nox/
coverage.xml
*.cover
.hypothesis/
# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
# Linting and formatting
.ruff_cache/
.flake8_cache/
.black_cache/
# Jupyter Notebook
.ipynb_checkpoints
# IDE and editors
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
logs/
*.log
log/
# Temporary files
*.tmp
*.temp
.tmp/
.temp/
# Project specific
repomix-output.xml
*.json.bak
chat.json