| | @@ -0,0 +1,33 @@ |
| 1 | +# Byte-compiled / optimized / DLL files
|
| 2 | +__pycache__/
|
| 3 | +*.py[cod]
|
| 4 | +*$py.class
|
| 5 | +
|
| 6 | +panopticon-435716-271902ced24f
|
| 7 | +# Test data
|
| 8 | +test_data/
|
| 9 | +
|
| 10 | +# Distribution / packaging
|
| 11 | +dist/
|
| 12 | +build/
|
| 13 | +*.egg-info/
|
| 14 | +
|
| 15 | +# Unit test / coverage reports
|
| 16 | +htmlcov/
|
| 17 | +.tox/
|
| 18 | +.cpytest_cache/
|
| 19 | +.mypy_cache/
|
| 20 | +nosetirtual environments
|
| 21 | +.v-specific files
|
| 22 | +.idea/
|
| 23 | +.vscode/
|
| 24 | +*.swp
|
| 25 | +*.swo
|
| 26 | +
|
| 27 | +# API keys and secrets
|
| 28 | +# Log files
|
| 29 | +*.log
|
| 30 | +
|
| 31 | +# OS speci
|
| 32 | +# Test data
|
| 33 | +test_data/ |