diagram_ph/.gitignore

56 lines
501 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 (Windows dlls still ignored)
app/ipm/lib/windows/*.dll