This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
reghao
/
picam
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
add .gitignore
reghao
hace 1 mes
commit
79149c3a81
Se han
modificado 1 ficheros
con
8 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
8
0
.gitignore
+ 8
- 0
.gitignore
Ver fichero
@@ -0,0 +1,8 @@
+.idea/
+*logs*/
+venv/
+*.iml
+*.log
+*.db
+__pycache__
+*/__pycache__