2021-05-03 01:47:28 +02:00
|
|
|
# Ignore client settings file
|
|
|
|
client.settings
|
|
|
|
|
|
|
|
# Ignore stories file except for test_story
|
|
|
|
stories/*
|
2021-09-18 21:18:58 +02:00
|
|
|
settings/*
|
2021-08-19 12:54:44 +02:00
|
|
|
!stories/sample_story.json
|
|
|
|
/.project
|
2021-08-20 10:49:35 +02:00
|
|
|
*.bak
|
|
|
|
miniconda3/*
|
|
|
|
*.settings
|
2021-08-24 23:27:50 +02:00
|
|
|
__pycache__
|
2021-06-15 06:59:08 +02:00
|
|
|
|
|
|
|
# Ignore PyCharm project files.
|
|
|
|
.idea
|
|
|
|
|
|
|
|
# Ignore compiled Python files.
|
|
|
|
*.pyc
|