blob: c795c9e71f7d68108523aefcb4d2a9936c54c3a0 (
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
|
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# ignore all bin directories
# matches "bin" in any subfolder
bin/
# ignore all target directories
target/
src/main/webapp
# ignore all files ending with ~
*~
.DS_Store
._*
.metadata
# Eclipse stuff
.settings/
.classpath
.project
# Idea
.idea
debug-logs/
.README.md.html
docs/Makefile
docs/_build
docs/conf.py
|