Skip to content

Commit

Permalink
chore: updated .gitignore file for positive matching
Browse files Browse the repository at this point in the history
  • Loading branch information
TyIsI committed Jan 4, 2024
1 parent 58820b8 commit 66172d1
Showing 1 changed file with 20 additions and 11 deletions.
31 changes: 20 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
# PyCharm
.idea
api.key
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Jupyter Notebook
.ipynb_checkpoints
*

!.gitignore

!.github/
!.github/workflows/
!.github/workflows/main.yml
!.github/workflows/test_and_lint.yml
!libs/
!libs/crypto_helper.py
!libs/discourse_helper.py

!Dockerfile
!README.md

!functional_test.py

!raffle.py

!requirements.txt

0 comments on commit 66172d1

Please sign in to comment.