Files
AI-VideoAssistant/api/.gitignore
2026-02-26 01:58:39 +08:00

71 lines
645 B
Plaintext

# 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
# Environment variables
.env
.env.local
.env.*.local
# Database
*.db
*.sqlite
*.sqlite3
# Runtime data (SQLite, vector store, uploads, generated artifacts)
data/**
!data/
!data/.gitkeep
!data/vector_store/
data/vector_store/**
!data/vector_store/.gitkeep
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Docker
.docker/
# Logs
*.log
# Pytest
.pytest_cache/
.coverage
htmlcov/
# mypy
.mypy_cache/