TNO Intern

Commit 9344cd88 authored by Arjo Segers's avatar Arjo Segers
Browse files

Ignore IDE files with git.

parent 990b770e
Loading
Loading
Loading
Loading
+27 −6
Original line number Diff line number Diff line
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# object files:
*.o

# Fortran objects
# Fortran modules:
*.mod
*.o

# executables:
*.x

# job files, output:
*.jb
*.out*
*.err*
*.log*
*.msg*
*.csv*

# python:
__pycache__
*.pyc*

# environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.vscode