File: .gitignore

package info (click to toggle)
python-yaql 0.2.3-2%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 216 kB
  • ctags: 213
  • sloc: python: 986; makefile: 31; sh: 15
file content (16 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#IntelJ Idea
.idea/

#virtualenv
.venv/

#Build results
build/
dist/
*.egg-info/

#Python
*.pyc

#Generated grammar
yaql/parser_table.py