A Python robot that edits Wikipedia and interacts with people over IRC https://en.wikipedia.org/wiki/User:EarwigBot
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

11 righe
142 B

  1. # Ignore python bytecode:
  2. *.pyc
  3. # Ignore secure config files:
  4. config/secure.py
  5. # Ignore pydev's nonsense:
  6. .project
  7. .pydevproject
  8. .settings/