set distr as Bionic.
[MACS.git] / .gitignore
blob6e45de8789436247637c4c43155b59e65deabd3e
1 # Test directory
2 test/*.wig
3 test/*.bed
4 test/log
5 test/*_run_*
6 test/subcommandstest_run_*
7 test/__pycache__
8 test/*.prof
9 test/*.tottime
10 test/*.calls
11 test/*.cumulative
12 test/speedtest*
13 test/macs2*
15 # MacOSX temp
16 .DS_Store
18 # EMACS bk and temp file
20 \#*\#
22 # Byte-compiled / optimized / DLL files
23 __pycache__/
24 *.py[cod]
25 *$py.class
26 *.pyc
27 .pydevproject
28 .project
30 # C extensions
31 *.so
33 # Distribution / packaging
34 .Python
35 build/
36 develop-eggs/
37 dist/
38 downloads/
39 eggs/
40 .eggs/
41 lib/
42 lib64/
43 parts/
44 sdist/
45 var/
46 wheels/
47 *.egg-info/
48 .installed.cfg
49 *.egg
50 MANIFEST
52 # PyInstaller
53 #  Usually these files are written by a python script from a template
54 #  before PyInstaller builds the exe, so as to inject date/other infos into it.
55 *.manifest
56 *.spec
58 # Installer logs
59 pip-log.txt
60 pip-delete-this-directory.txt
62 # Unit test / coverage reports
63 htmlcov/
64 .tox/
65 .coverage
66 .coverage.*
67 .cache
68 nosetests.xml
69 coverage.xml
70 *.cover
71 .hypothesis/
72 .pytest_cache/
74 # Translations
75 *.mo
76 *.pot
78 # Django stuff:
79 *.log
80 local_settings.py
81 db.sqlite3
83 # Flask stuff:
84 instance/
85 .webassets-cache
87 # Scrapy stuff:
88 .scrapy
90 # Sphinx documentation
91 docs/_build/
93 # PyBuilder
94 target/
96 # Jupyter Notebook
97 .ipynb_checkpoints
99 # pyenv
100 .python-version
102 # celery beat schedule file
103 celerybeat-schedule
105 # SageMath parsed files
106 *.sage.py
108 # Environments
109 .env
110 .venv
111 env/
112 venv/
113 ENV/
114 env.bak/
115 venv.bak/
117 # Spyder project settings
118 .spyderproject
119 .spyproject
121 # Rope project settings
122 .ropeproject
124 # mkdocs documentation
125 /site
127 # mypy
128 .mypy_cache/