Skip to content

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Zian25 authored Jul 17, 2024
2 parents bcd7e46 + 176266a commit 0879246
Show file tree
Hide file tree
Showing 10 changed files with 470 additions and 456 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text eol=lf
64 changes: 32 additions & 32 deletions .github/ISSUE_TEMPLATE/relat-rio-de-erro.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
---
name: Relatório de erro
about: Crie um relatório e me ajude a consertar.
title: ''
labels: ''
assignees: ''

---

**Descreva o erro**
Uma descrição clara e concisa do que é o erro.

**Para reproduzir**
Demonstre o que se deve fazer para reproduzir o erro.
1.
2.
3.
4.

**Função esperada**
Faça uma descrição clara e concisa do que você esperava que acontecesse.

**Screenshots**
Se possivel, adicione screenshots para ajudar a explicar o seu problema.

**Smartphone (por favor preencha as seguintes informações):**
- Aparelho: [Ex: iPhone6]
- Sistema Operacional e Versão: [Ex: Android 9]
- Versão e tipo do terminal: [Ex: Termux 0.88]

**Contexto adicional**
Adicione aqui qualquer outro contexto sobre o problema.
---
name: Relatório de erro
about: Crie um relatório e me ajude a consertar.
title: ''
labels: ''
assignees: ''

---

**Descreva o erro**
Uma descrição clara e concisa do que é o erro.

**Para reproduzir**
Demonstre o que se deve fazer para reproduzir o erro.
1.
2.
3.
4.

**Função esperada**
Faça uma descrição clara e concisa do que você esperava que acontecesse.

**Screenshots**
Se possivel, adicione screenshots para ajudar a explicar o seu problema.

**Smartphone (por favor preencha as seguintes informações):**
- Aparelho: [Ex: iPhone6]
- Sistema Operacional e Versão: [Ex: Android 9]
- Versão e tipo do terminal: [Ex: Termux 0.88]

**Contexto adicional**
Adicione aqui qualquer outro contexto sobre o problema.
214 changes: 107 additions & 107 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,107 +1,107 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

#idea folder
.idea/

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

#idea folder
.idea/

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
Loading

0 comments on commit 0879246

Please sign in to comment.