forked from LJMUAstroecology/flirpy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
63 lines (63 loc) · 747 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
__pycache__/
build/
develop-eggs/
dist/
downloads/
docs/_build/
docs/_static/
docs/_templates/
docs/_sources/
eggs/
.eggs/
*.egg-info/
ENV/
env/
htmlcov/
.hypothesis/
instance/
parts/
sdist/
target/
.tox/
var/
venv/
*.py[cod]
*$py.class
*.so
.env
*.egg
.installed.cfg
*.manifest
celerybeat-schedule
*,cover
.coverage
.coverage.*
coverage.xml
.cache
.DS_Store
.idea/workspace.xml
.idea/tasks.xml
.ipynb_checkpoints
local_settings.py
*.log
MANIFEST
*.mo
nosetests.xml
pip-log.txt
pip-delete-this-directory.txt
.python-version
*.rdb
.scrapy
*.spec
*.pot
.webassets-cache
.vscode
.vs
find_cameras/Release
find_cameras/Debug
find_cameras/find_cameras/Release
find_cameras/find_cameras/Debug
find_cameras/find_cameras/vcxproj.user
*.suo
*VC.db
flirpy-*