Skip to content

Commit a9bd40a

Browse files
committed
Ignore secrets
1 parent 07d0892 commit a9bd40a

File tree

10 files changed

+25
-654
lines changed

10 files changed

+25
-654
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Secrets
2+
.env
3+
.pk
4+
.pem
5+
.pub
6+
17
# Byte-compiled / optimized / DLL files
28
__pycache__/
39
*.py[cod]
@@ -91,3 +97,5 @@ ENV/
9197

9298
# Codealike
9399
codealike.json
100+
101+
.idea/

.idea/Elements.iml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.idea/codeStyles/codeStyleConfig.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.idea/dictionaries/jason.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/misc.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/workspace.xml

Lines changed: 0 additions & 611 deletions
This file was deleted.

1q

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Ignore secrets
2+
# Please enter the commit message for your changes. Lines starting
3+
# with '#' will be ignored, and an empty message aborts the commit.
4+
#
5+
# On branch master
6+
# Your branch is up to date with 'origin/master'.
7+
#
8+
# Last commands done (8 commands done):
9+
# fixup 22e1939 Removed Github pages (for now)
10+
# pick a380b76 Prototyped toolbar, added UI graphics.
11+
# No commands remaining.
12+
# You are currently editing a commit while rebasing branch 'master' on 'e24a990'.
13+
#
14+
# Changes to be committed:
15+
# modified: .gitignore
16+
# modified: .idea/workspace.xml
17+
#

0 commit comments

Comments
 (0)