Files
MultiMicLocation/Simulation/.gitignore

79 lines
691 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg
*.so
# Virtual environments
venv/
env/
.venv/
# IDE files
.idea/
.vscode/
*.pyo
*.pyd
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Simulation results
results/
output/
*.png
*.jpg
*.jpeg
*.gif
*.svg
*.pdf
# Data files
*.csv
*.dat
*.log