Files
ChatAIBot/.gitignore
T
2026-05-28 08:42:46 +03:00

44 lines
408 B
Plaintext

# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.egg-info/
.eggs/
dist/
build/
# Virtual environments
.venv/
venv/
env/
# Environment & secrets
.env
.env.*
!.env.example
# Generated images (ComfyUI / SD output)
static/images/
data/images/
# Local database
data/
*.db
*.sqlite3
# IDE / OS
.idea/
.vscode/
*.swp
*~
.DS_Store
Thumbs.db
# Logs
*.log