Skip to content

Commit 43b2221

Browse files
author
Kinnaird McQuade
committed
Clean
0 parents  commit 43b2221

File tree

243 files changed

+277983
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

243 files changed

+277983
-0
lines changed

.editorconfig

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[*]
2+
indent_style = space
3+
indent_size = 4
4+
insert_final_newline = true
5+
trim_trailing_whitespace = true
6+
end_of_line = lf
7+
charset = utf-8
8+
9+
# Docstrings and comments use max_line_length = 79
10+
[*.py]
11+
max_line_length = 119
12+
13+
[docs/**.txt]
14+
max_line_length = 79

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
policy_sentry/shared/data/docs/* linguist-vendored

.gitignore

+319
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,319 @@
1+
tmp/*
2+
*.csv
3+
state.tf
4+
5+
# Created by https://www.gitignore.io/api/macos,python,pycharm,jetbrains,visualstudiocode
6+
# Edit at https://www.gitignore.io/?templates=macos,python,pycharm,jetbrains,visualstudiocode
7+
8+
### JetBrains ###
9+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
10+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
11+
12+
.idea/*
13+
.vscode/*
14+
15+
# Gradle and Maven with auto-import
16+
# When using Gradle or Maven with auto-import, you should exclude module files,
17+
# since they will be recreated, and may cause churn. Uncomment if using
18+
# auto-import.
19+
# *.iml
20+
# *.ipr
21+
22+
# CMake
23+
cmake-build-*/
24+
25+
# Mongo Explorer plugin
26+
.idea/**/mongoSettings.xml
27+
28+
# File-based project format
29+
*.iws
30+
31+
# IntelliJ
32+
out/
33+
34+
# mpeltonen/sbt-idea plugin
35+
.idea_modules/
36+
37+
# JIRA plugin
38+
atlassian-ide-plugin.xml
39+
40+
# Cursive Clojure plugin
41+
.idea/replstate.xml
42+
43+
# Crashlytics plugin (for Android Studio and IntelliJ)
44+
com_crashlytics_export_strings.xml
45+
crashlytics.properties
46+
crashlytics-build.properties
47+
fabric.properties
48+
49+
# Editor-based Rest Client
50+
.idea/httpRequests
51+
52+
# Android studio 3.1+ serialized cache file
53+
.idea/caches/build_file_checksums.ser
54+
55+
### JetBrains Patch ###
56+
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
57+
58+
# *.iml
59+
# modules.xml
60+
# .idea/misc.xml
61+
# *.ipr
62+
63+
# Sonarlint plugin
64+
.idea/sonarlint
65+
66+
### macOS ###
67+
# General
68+
.DS_Store
69+
.AppleDouble
70+
.LSOverride
71+
72+
# Icon must end with two \r
73+
Icon
74+
75+
# Thumbnails
76+
._*
77+
78+
# Files that might appear in the root of a volume
79+
.DocumentRevisions-V100
80+
.fseventsd
81+
.Spotlight-V100
82+
.TemporaryItems
83+
.Trashes
84+
.VolumeIcon.icns
85+
.com.apple.timemachine.donotpresent
86+
87+
# Directories potentially created on remote AFP share
88+
.AppleDB
89+
.AppleDesktop
90+
Network Trash Folder
91+
Temporary Items
92+
.apdisk
93+
94+
### PyCharm ###
95+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
96+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
97+
98+
# User-specific stuff
99+
100+
# Generated files
101+
102+
# Sensitive or high-churn files
103+
104+
# Gradle
105+
106+
# Gradle and Maven with auto-import
107+
# When using Gradle or Maven with auto-import, you should exclude module files,
108+
# since they will be recreated, and may cause churn. Uncomment if using
109+
# auto-import.
110+
# .idea/modules.xml
111+
# .idea/*.iml
112+
# .idea/modules
113+
# *.iml
114+
# *.ipr
115+
116+
# CMake
117+
118+
# Mongo Explorer plugin
119+
120+
# File-based project format
121+
122+
# IntelliJ
123+
124+
# mpeltonen/sbt-idea plugin
125+
126+
# JIRA plugin
127+
128+
# Cursive Clojure plugin
129+
130+
# Crashlytics plugin (for Android Studio and IntelliJ)
131+
132+
# Editor-based Rest Client
133+
134+
# Android studio 3.1+ serialized cache file
135+
136+
### PyCharm Patch ###
137+
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
138+
139+
# *.iml
140+
# modules.xml
141+
# .idea/misc.xml
142+
# *.ipr
143+
144+
# Sonarlint plugin
145+
146+
### Python ###
147+
# Byte-compiled / optimized / DLL files
148+
__pycache__/
149+
*.py[cod]
150+
*$py.class
151+
152+
# C extensions
153+
*.so
154+
155+
# Distribution / packaging
156+
.Python
157+
build/
158+
develop-eggs/
159+
dist/
160+
downloads/
161+
eggs/
162+
.eggs/
163+
lib/
164+
lib64/
165+
parts/
166+
sdist/
167+
var/
168+
wheels/
169+
pip-wheel-metadata/
170+
share/python-wheels/
171+
*.egg-info/
172+
.installed.cfg
173+
*.egg
174+
MANIFEST
175+
176+
# PyInstaller
177+
# Usually these files are written by a python script from a template
178+
# before PyInstaller builds the exe, so as to inject date/other infos into it.
179+
*.manifest
180+
*.spec
181+
182+
# Installer logs
183+
pip-log.txt
184+
pip-delete-this-directory.txt
185+
186+
# Unit test / coverage reports
187+
htmlcov/
188+
.tox/
189+
.nox/
190+
.coverage
191+
.coverage.*
192+
.cache
193+
nosetests.xml
194+
coverage.xml
195+
*.cover
196+
.hypothesis/
197+
.pytest_cache/
198+
199+
# Translations
200+
*.mo
201+
*.pot
202+
203+
# Django stuff:
204+
*.log
205+
local_settings.py
206+
db.sqlite3
207+
db.sqlite3-journal
208+
209+
# Flask stuff:
210+
instance/
211+
.webassets-cache
212+
213+
# Scrapy stuff:
214+
.scrapy
215+
216+
# Sphinx documentation
217+
docs/_build/
218+
219+
# PyBuilder
220+
target/
221+
222+
# Jupyter Notebook
223+
.ipynb_checkpoints
224+
225+
# IPython
226+
profile_default/
227+
ipython_config.py
228+
229+
# pyenv
230+
.python-version
231+
232+
# pipenv
233+
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
234+
# However, in case of collaboration, if having platform-specific dependencies or dependencies
235+
# having no cross-platform support, pipenv may install dependencies that don't work, or not
236+
# install all needed dependencies.
237+
#Pipfile.lock
238+
239+
# celery beat schedule file
240+
celerybeat-schedule
241+
242+
# SageMath parsed files
243+
*.sage.py
244+
245+
# Environments
246+
.env
247+
.venv
248+
env/
249+
venv/
250+
ENV/
251+
env.bak/
252+
venv.bak/
253+
254+
# Spyder project settings
255+
.spyderproject
256+
.spyproject
257+
258+
# Rope project settings
259+
.ropeproject
260+
261+
# mkdocs documentation
262+
/site
263+
264+
# mypy
265+
.mypy_cache/
266+
.dmypy.json
267+
dmypy.json
268+
269+
# Pyre type checker
270+
.pyre/
271+
272+
### VisualStudioCode ###
273+
.vscode/*
274+
!.vscode/settings.json
275+
!.vscode/tasks.json
276+
!.vscode/launch.json
277+
!.vscode/extensions.json
278+
279+
### VisualStudioCode Patch ###
280+
# Ignore all local history of files
281+
.history
282+
283+
# End of https://www.gitignore.io/api/macos,python,pycharm,jetbrains,visualstudiocode
284+
.vscode/settings.json
285+
286+
# Created by https://www.gitignore.io/api/terraform
287+
# Edit at https://www.gitignore.io/?templates=terraform
288+
289+
### Terraform ###
290+
# Local .terraform directories
291+
**/.terraform/*
292+
293+
# .tfstate files
294+
*.tfstate
295+
*.tfstate.*
296+
297+
# Crash log files
298+
crash.log
299+
300+
# Ignore any .tfvars files that are generated automatically for each Terraform run. Most
301+
# .tfvars files are managed as part of configuration and so should be included in
302+
# version control.
303+
#
304+
# example.tfvars
305+
306+
# Ignore override files as they are usually used to override resources locally and so
307+
# are not checked in
308+
override.tf
309+
override.tf.json
310+
*_override.tf
311+
*_override.tf.json
312+
313+
# Include override files you do wish to add to version control using negated pattern
314+
# !example_override.tf
315+
316+
# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
317+
# example: *tfplan*
318+
319+
# End of https://www.gitignore.io/api/terraform

.pylintrc

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
[MESSAGES CONTROL]
3+
4+
disable=line-too-long

0 commit comments

Comments
 (0)