This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
fphammerle
/
location-guessing-game-telegram-bot
espejo de
https://github.com/fphammerle/location-guessing-game-telegram-bot
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
added gitignore list
Fabian Peter Hammerle
hace 4 años
padre
225189d547
commit
fa44f5ac67
Se han
modificado 1 ficheros
con
6 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
6
0
.gitignore
+ 6
- 0
.gitignore
Ver fichero
@@ -0,0 +1,6 @@
+/*.egg-info/
+/.eggs/
+/.mypy_cache/
+/.pytest_cache/
+/build/
+/dist/