blob: fb5f575cf71c86d7bb8c353b8f335c9707088beb (
plain)
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
|
# Byte-compiled / optimized
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
.eggs/
sdist/
# setuptools_scm generated
rumba/_version.py
# Virtual environments
.venv/
venv/
env/
ENV/
# IDE / editor
.idea/
.vscode/
*.swp
*.swo
*~
# Sphinx documentation
doc/_build/
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache/
.pytest_cache/
coverage.xml
nosetests.xml
# OS files
.DS_Store
Thumbs.db
# Rumba runtime
/tmp/rumba/
*.pem
rumba.log
|