ancerlop commited on
Commit
0cc5da0
·
verified ·
1 Parent(s): 9f5016e
Files changed (1) hide show
  1. .gitignore +0 -54
.gitignore DELETED
@@ -1,54 +0,0 @@
1
- # Python
2
- __pycache__/
3
- *.py[cod]
4
- *$py.class
5
- *.so
6
- .Python
7
- env/
8
- build/
9
- develop-eggs/
10
- dist/
11
- downloads/
12
- eggs/
13
- .eggs/
14
- lib/
15
- lib64/
16
- parts/
17
- sdist/
18
- var/
19
- *.egg-info/
20
- .installed.cfg
21
- *.egg
22
-
23
- # Virtual Environment
24
- venv/
25
- env/
26
- ENV/
27
-
28
- # IDE files
29
- .idea/
30
- .vscode/
31
- *.swp
32
- *.swo
33
-
34
- # Logs
35
- logs/
36
- *.log
37
-
38
- # Temporary files
39
- tmp/
40
- temp/
41
-
42
- # Environment variables
43
- .env.local
44
- .env.development.local
45
- .env.test.local
46
- .env.production.local
47
-
48
- # Docker
49
- .dockerignore
50
-
51
- # Compiled C files
52
- *.exe
53
- *.out
54
- *.app