Create gitignore

git clone https://github.com/seu-usuario/ia-raspberry-template.git
cd ia-raspberry-template
This commit is contained in:
Isaias 2025-04-30 17:52:55 -03:00 committed by GitHub
parent 6b4026c2f0
commit 2570d31097
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

45
gitignore Normal file
View 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/