mirror of
https://github.com/kennethreitz-archive/argue.git
synced 2026-06-21 08:00:59 +00:00
19 lines
157 B
Plaintext
19 lines
157 B
Plaintext
# parser's output files
|
|
output/*
|
|
|
|
# application builds
|
|
build/*
|
|
dist/*
|
|
|
|
# python skin
|
|
.pyc
|
|
.pyo
|
|
|
|
# osx noise
|
|
.DS_Store
|
|
profile
|
|
|
|
# pycharm noise
|
|
.idea
|
|
.idea/*
|