InsuCompass-API / .gitignore
nagur-shareef-shaik's picture
Added Plan Recommendations Functionality
28baf2e
# --- Python ---
# Byte-compiled / optimized / C files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# --- Virtual Environments ---
# Common virtual environment names
.venv/
venv/
env/
ENV/
# User-specific virtual environment name
ic_venv/
# --- Project-specific Files ---
# Local data and databases - These are generated by scripts and should not be versioned
data/
*.db
*.sqlite
*.sqlite3
insucompass.db
checkpoints.db
# Log files
*.log
*.log.*
# Secrets - CRITICAL: Never commit your .env file
.env
# --- IDE / Editor Configurations ---
.idea/
.vscode/
*.sublime-project
*.sublime-workspace
# --- Operating System Files ---
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
# --- Testing ---
# Pytest cache and coverage reports
.pytest_cache/
.coverage
.coverage.*
htmlcov/
nosetests.xml
coverage.xml