rwayz commited on
Commit
ec1e18b
·
verified ·
1 Parent(s): 0a23a04

Delete .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +0 -170
.gitignore DELETED
@@ -1,170 +0,0 @@
1
- # Banco de dados
2
- data.db
3
- *.db
4
- *.sqlite
5
- *.sqlite3
6
-
7
- # Arquivos CSV de upload
8
- uploaded_data.csv
9
- test_upload.csv
10
- tabela.csv
11
-
12
- # Logs
13
- *.log
14
- logs/
15
- __pycache__/
16
- *.py[cod]
17
- *$py.class
18
-
19
- # Distribuição / empacotamento
20
- *.so
21
- .Python
22
- build/
23
- develop-eggs/
24
- dist/
25
- downloads/
26
- eggs/
27
- .eggs/
28
- lib/
29
- lib64/
30
- parts/
31
- sdist/
32
- var/
33
- wheels/
34
- pip-wheel-metadata/
35
- share/python-wheels/
36
- *.egg-info/
37
- .installed.cfg
38
- *.egg
39
- MANIFEST
40
-
41
- # PyInstaller
42
- *.manifest
43
- *.spec
44
-
45
- # Installer logs
46
- pip-log.txt
47
- pip-delete-this-directory.txt
48
-
49
- # Unit test / coverage reports
50
- htmlcov/
51
- .tox/
52
- .nox/
53
- .coverage
54
- .coverage.*
55
- .cache
56
- nosetests.xml
57
- coverage.xml
58
- *.cover
59
- *.py,cover
60
- .hypothesis/
61
- .pytest_cache/
62
-
63
- # Translations
64
- *.mo
65
- *.pot
66
-
67
- # Django stuff:
68
- *.log
69
- local_settings.py
70
- db.sqlite3
71
- db.sqlite3-journal
72
-
73
- # Flask stuff:
74
- instance/
75
- .webassets-cache
76
-
77
- # Scrapy stuff:
78
- .scrapy
79
-
80
- # Sphinx documentation
81
- docs/_build/
82
-
83
- # PyBuilder
84
- target/
85
-
86
- # Jupyter Notebook
87
- .ipynb_checkpoints
88
-
89
- # IPython
90
- profile_default/
91
- ipython_config.py
92
-
93
- # pyenv
94
- .python-version
95
-
96
- # pipenv
97
- Pipfile.lock
98
-
99
- # PEP 582
100
- __pypackages__/
101
-
102
- # Celery stuff
103
- celerybeat-schedule
104
- celerybeat.pid
105
-
106
- # SageMath parsed files
107
- *.sage.py
108
-
109
- # Environments
110
- .env
111
- .venv
112
- env/
113
- venv/
114
- ENV/
115
- env.bak/
116
- venv.bak/
117
-
118
- # Spyder project settings
119
- .spyderproject
120
- .spyproject
121
-
122
- # Rope project settings
123
- .ropeproject
124
-
125
- # mkdocs documentation
126
- /site
127
-
128
- # mypy
129
- .mypy_cache/
130
- .dmypy.json
131
- dmypy.json
132
-
133
- # Pyre type checker
134
- .pyre/
135
-
136
- # IDEs
137
- .vscode/
138
- .idea/
139
- *.swp
140
- *.swo
141
- *~
142
-
143
- # OS
144
- .DS_Store
145
- .DS_Store?
146
- ._*
147
- .Spotlight-V100
148
- .Trashes
149
- ehthumbs.db
150
- Thumbs.db
151
-
152
- # Temporary files
153
- *.tmp
154
- *.temp
155
- temp/
156
- tmp/
157
-
158
- # API Keys e configurações sensíveis
159
- .env.local
160
- .env.production
161
- config.json
162
- secrets.json
163
-
164
- # Gradio
165
- gradio_cached_examples/
166
- flagged/
167
-
168
- # Cache do sistema
169
- cache/
170
- *.cache