GITLAB

Miguel Barão / perguntations

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 1
  • Merge Requests 0
  • Wiki
  • perguntations
  • .gitignore
  • fda752eb   - fix show version information to use argparse's own way ... Browse Code »
    - show in comments when external correct program aborts
    Miguel Barão
    2020-05-11 18:27:08 +0100  
.gitignore 325 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
__pycache__/
.DS_Store
demo/ans
demo/students.db

# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
/*.eggnode_modules

# ignore javascript libraries installed with npm
node_modules/
package-lock.json

# ignore documentation until it is actually written
doc/

# ignore mypy
.mypy_cache/

build/