digital-twin-backend / .gitignore
AlexKurian's picture
Ignore and remove model pickle files
8c67877
raw
history blame contribute delete
684 Bytes
# Environment variables and secrets
.env
.env.local
.env.*.local
*.key
*.pem
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.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
venv/
ENV/
env/
.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Logs
*.log
logs/
# Database and cache
*.db
*.sqlite
*.sqlite3
*.cache
# Node (if any Node modules in backend)
node_modules/
npm-debug.log
# OS
.DS_Store
Thumbs.db
# Research papers and large files
papers/
*.pdf
*.tar.gz
*.zip
# Temporary files
*.tmp
.temp/
# Models
*.pkl