mirror of
https://github.com/github/gitignore.git
synced 2026-09-04 14:13:44 +02:00
Create gitignore
git clone https://github.com/seu-usuario/ia-raspberry-template.git cd ia-raspberry-template
This commit is contained in:
parent
6b4026c2f0
commit
2570d31097
45
gitignore
Normal file
45
gitignore
Normal file
@ -0,0 +1,45 @@
|
||||
# .gitignore para Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
build/
|
||||
develop-eggs/
|
||||
dist/
|
||||
downloads/
|
||||
eggs/
|
||||
.eggs/
|
||||
lib/
|
||||
lib64/
|
||||
parts/
|
||||
sdist/
|
||||
var/
|
||||
wheels/
|
||||
*.egg-info/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
MANIFEST
|
||||
|
||||
# Arquivos de ambiente
|
||||
.env
|
||||
.venv
|
||||
env/
|
||||
venv/
|
||||
ENV/
|
||||
env.bak/
|
||||
venv.bak/
|
||||
|
||||
# IDE/Editor
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Arquivos gerados pelo Jupyter
|
||||
.ipynb_checkpoints
|
||||
|
||||
# Arquivos de teste
|
||||
.coverage
|
||||
htmlcov/
|
||||
.pytest_cache/
|
||||
Loading…
Reference in New Issue
Block a user