Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
biseau
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
8
Issues
8
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
BOURNEUF Lucas
biseau
ef67c734e02a78749e5707fd42a52cca7106cdfa
ef67c734e02a78749e5707fd42a52cca7106cdfa
Switch branch/tag
biseau
.gitignore
Find file
Normal view
History
Permalink
.gitignore
91 Bytes
Edit
Web IDE
Newer
Older
first working implementation for CLI only
Lucas Bourneuf
committed
Oct 23, 2018
1
2
3
4
5
6
7
8
9
10
*.pyc
*.vim
.cache/
.pytest_cache
__pycache__/
build/
biseau.egg-info/
dist/
venv-*/
venv/