AI-notes-agent / .gitignore
Jaleed02's picture
Initial commit: Multi-User AI Study Agent
2d25973
Raw
History Blame Contribute Delete
373 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
env/
# Environment Variables
.env
# Pytest
.pytest_cache/
.coverage
htmlcov/
# Streamlit
.streamlit/
!/.streamlit/config.toml
# Databases and Vector Stores
chroma_db/
*.db
*.sqlite3
# IDEs and Editors
.vscode/
.idea/
*.swp
*.swo
# OS Artifacts
.DS_Store
Thumbs.db
# Project Specific / Logs
*.log
tmp/
scratch/