HonestAI / .gitignore
JatsTheAIGen's picture
Initial commit: Research AI Assistant API
8f4d405
raw
history blame contribute delete
871 Bytes
# 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
# Virtual environments
venv/
env/
ENV/
.venv/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Environment variables
.env
.env.local
# Database files
*.db
*.sqlite
*.sqlite3
sessions.db
embeddings.faiss
embeddings.faiss.index
# Logs
*.log
logs/
*.log.*
# Cache
.cache/
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
# Model cache (optional - uncomment if you don't want to commit model cache)
# models/
# .huggingface/
# Temporary files
tmp/
temp/
*.tmp
# OS files
Thumbs.db
desktop.ini
# Jupyter Notebooks
.ipynb_checkpoints/
# Distribution / packaging
*.zip
*.tar.gz
*.rar
# Testing
.coverage
htmlcov/
.tox/
.pytest_cache/
# Type checking
.mypy_cache/
.dmypy.json
dmypy.json