Skip to content
Snippets Groups Projects
Commit 4c3a1c82 authored by Nabywaniec's avatar Nabywaniec
Browse files

Add gitignore

parent 123df377
No related branches found
No related tags found
1 merge request!2Port silecs cli to Python
.idea
.idea/*
*.egg-info
__pycache__/
*/__pycache__/
*.pyc
*.log
venv
builds
builds/*
.data
......@@ -4,4 +4,3 @@ import sys
sys.path.append("..")
import silecs
silecs.run()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment