splashbuilder/.gitignore
2019-10-08 14:30:59 +01:00

15 lines
134 B
Plaintext

# Compiled python file
*.pyc
# PyCharm folder
.idea
# Build folder
build/
dist/
.eggs
*.egg-info
# Other things
venv/
*.tags
*.swp
*~