lastin-ai-2/.gitignore

59 lines
559 B
Plaintext

# General development artifacts
__pycache__/
*.py[cod]
*$py.class
# IDE specific
.vscode/
.idea/
*.swp
*.swo
# Environment files
.env
.env.local
.env.development
.env.test
# Build/output directories
build/
dist/
*.egg-info/
.eggs/
# Database files
*.db
*.sqlite
*.sql
# Logs and diagnostics
*.log
*.sage.py
# Local development
.venv/
venv/
env/
# Testing
.coverage
htmlcov/
.pytest_cache/
# Documentation
_build/
# Exclude PDFs as requested
*.pdf
# OS metadata
.DS_Store
Thumbs.db
# Jupyter notebooks
.ipynb_checkpoints
# Temporary files
*~
*.tmp