Skip to content

Commit

Permalink
Update / clean up .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiirola committed Jun 4, 2024
1 parent 85e1003 commit 731b7e2
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# temporary editor files
*~
.#*
\#*#

# IDE configuration files
.idea
.spyder*
.ropeproject
.vscode

# Python generates numerous files when byte compiling / installing packages
__pycache__/
*.pyx
*.pyc
*.pyo
*.egg-info
*.py[cod]
*.egg-info/

# Documentation builds
doc/OnlineDocs/_build
Expand All @@ -17,14 +23,14 @@ doc/OnlineDocs/**/*.spy
*.out
pyomo/dataportal/parse_table_datacmds.py
gurobi.log
cplex.log

# Results from pytest --with-coverage
.coverage
*.cover

# Jupyterhub/Jupyterlab checkpoints
.ipynb_checkpoints
cplex.log

# Mac tracking files
*.DS_Store*

0 comments on commit 731b7e2

Please sign in to comment.