File size: 400 Bytes
4bd1326
 
 
 
 
 
 
 
 
 
25a3a77
4bd1326
 
 
 
 
 
 
 
4030ef4
 
 
4bd1326
 
 
 
 
 
 
 
 
55e57b1
 
22b0f22
29afd32
 
a03cd5b
 
 
 
 
1e00427
0457529
 
 
b03a7cc
aea8cbe
4b4136b
 
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
*.py[oc]

# Temp files
*~
~*
.*~
\#*
.#*
*#
dist
.DS_Store

# Build files
build
dist
pkg
*.egg
*.egg-info

# Test files
.pytest_cache/

# Debian Files
debian/files
debian/python-beaver*

# Sphinx build
doc/_build

# Generated man page
doc/aws_hostname.1

.coverage
.cache
_run.py
_devfiles/*

_build
_static
_templates
_autosummary
.pytest_cache*

# IDE Files
.idea/
#Pycharm stuff
.idea/*

.vscode/