forked from league-curriculum/Python-Apprentice
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (43 loc) · 620 Bytes
/
.gitignore
File metadata and controls
56 lines (43 loc) · 620 Bytes
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
*.class
Level1-Module3/_01_gui_app_bindings/_c_PigLatinTranslator/__pycache__/PigLatinConverter.cpython-38.pyc
*.xml
*.iml
*.xml
*.pyc
.DS_Store
.venv
.idea
.idea/workspace.xml
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
.env
.venv
env/
venv/
# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
# Unit test / coverage reports
.coverage
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
nosetests.xml
coverage.xml
# Jupyter Notebook
.ipynb_checkpoints
# IDE / Editor directories and files
.vscode/
.idea/
# Logs
*.log
# Miscellaneous
*.bak
*.swp
saved/