mirror of
https://github.com/himanshudongre/smriti.git
synced 2026-08-28 05:14:59 +00:00
51 lines
497 B
Text
51 lines
497 B
Text
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
*.egg
|
|
dist/
|
|
build/
|
|
.venv/
|
|
venv/
|
|
*.so
|
|
|
|
# Environment
|
|
.env
|
|
|
|
# Node
|
|
node_modules/
|
|
npm-debug.log*
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Docker
|
|
docker-compose.override.yml
|
|
|
|
# Pytest
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# Alembic
|
|
# Keep versions dir but not .pyc inside it
|
|
backend/config/providers.yaml
|
|
|
|
# Logs — never stage
|
|
runtime_logs/
|
|
test_artifacts/
|
|
backend/backend_logs.txt
|
|
backend/backend.log
|
|
test_diagnostics.log
|
|
*.log
|
|
|
|
|
|
|