forked from AllenInstitute/bmtk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
40 lines (40 loc) · 875 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
**/*.pyc
**/*.py~
**/*.ipynb_checkpoints/
**/__pycache__
*.egg-info
*.edgg-info
*$py.class
**/*~
.idea/
.vscode/
.cache/
.tox
build/
dist/
docs/autodocs/source/bmtk/
docs/autodocs/source/*.ipynb
docs/examples/**/output*/**
docs/examples/**/*.jpg
docs/examples/**/*.ipynb_checkpoints/
docs/autodocs/source/bmtk.*.rst
docs/tutorial/**/output/**
docs/tutorial/**/network/**
!docs/tutorial/modeling_tut_2021/network/**
docs/tutorial/**/components/**
!docs/tutorial/modeling_tut_2021/components/**
docs/tutorial/bio_disconnected_sims/output_*
docs/tutorial/tutorial_tmp/**
docs/tutorial/sim_ch*
docs/tutorial/sim_dyn_syn
examples/**/output*/**
examples/bio_simulated_annealing/updated_weights/*
examples/filter_movie/boc/*
examples/filter_movie/bob_images/*
examples/filter_movie/movies/*
/.eggs
benchmarks/.asv
**/x86_64/**
.conda/conda-bld/**/*
**/*.code-workspace
**/.coverage