murano-conductor/.gitignore
2013-04-09 14:37:40 +04:00

20 lines
159 B
Plaintext

#IntelJ Idea
.idea/
#virtualenv
.venv/
#Build results
build/
dist/
*.egg-info/
#Python
*.pyc
#Translation build
*.mo
*.pot
#SQLite Database files
*.sqlite