formiq / .gitignore
chandini2595's picture
Initial commit without binary files
83dd2a8
raw
history blame contribute delete
696 Bytes
# 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 Environment
venv/
ENV/
env/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Project specific
temp_uploaded_image.jpg
.env
*.log
.DS_Store
# Model files
*.pt
*.pth
*.onnx
*.h5
*.model
# Data
*.csv
*.json
*.xlsx
*.db
*.sqlite3
# Jupyter Notebook
.ipynb_checkpoints
*.ipynb
# Logs
logs/
*.log
# MLflow
mlruns/
mlflow.db
# DVC
.dvc/
.dvc/cache/
# Testing
.coverage
coverage.xml
htmlcov/
.pytest_cache/
# Docker
.docker/
# AWS
.aws/
*.pem
# Environment variables
.env.*
# Distribution
dist/
build/
*.egg-info/