Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fuchsia.googlesource.com-third_party-pytoml
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fuchsia-mirror
fuchsia.googlesource.com-third_party-pytoml
0495b019f884c7b595386cf74f69495fe17a0989
fuchsia.googlesource.com-third_party-pytoml
.gitignore
Find file
Normal view
History
Permalink
.gitignore
76 B
Newer
Older
Add .gitignore
Martin Vejnár
committed
9 years ago
1
2
3
build/
dist/
pytoml.egg-info/
update gitignore
Josh Austin
committed
9 years ago
4
5
6
venv/
.idea/
__pycache__/
Use tox to run tests
Michael Williamson
committed
7 years ago
7
.tox/
Ignore *.pyc
Michael Williamson
committed
7 years ago
8
*.pyc
Use py.test to run additional tests
Michael Williamson
committed
7 years ago
9
.cache/