This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
troebs
/
PyCS
Seguir
1
Destacar
1
Fork
1
Archivos
Explorar el Código
add .gitignore
Eric Tröbs
hace 4 años
padre
5c4afe09f1
commit
2b6cafe6ee
Se han
modificado 1 ficheros
con
10 adiciones
y
0 borrados
Unificar vista
Mostrar estadísticas de diff
10
0
.gitignore
+ 10
- 0
.gitignore
Ver fichero
@@ -0,0 +1,10 @@
+# PyCharm
+.idea/
+*.iml
+
+# environments
+.env
+.venv
+env/
+venv/
+ENV/