diagram_ph/.gitignore

57 lines
495 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg
*.egg-info/
dist/
build/
.Python
env/
venv/
.venv/
ENV/
# Environment
.env
.env.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
logs/
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
# Jupyter
.ipynb_checkpoints/
*.ipynb
# Excel
*.xlsm
*.xlsx
~$*.xlsx
~$*.xlsm
# Temporary files
*.tmp
*.bak
*.swp
# Ignore platform native binaries copied into app/ipm/lib
app/ipm/lib/windows/*.dll
app/ipm/lib/linux/*.so