Files
osintbuddy/backend/.gitignore
jerlendds 8f2f9d9ddb Add plugins submodule
.gitignore and
2023-11-05 06:03:05 -07:00

80 lines
932 B
Plaintext
Executable File

app/tdb/
# osintbuddy-plugins/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
gremlinpy
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
# Translations
*.mo
*.pot
# pyenv
.python-version
# celery beat schedule file
celerybeat-schedule
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# mypy
.mypy_cache/
__pycache__
app.egg-info
app/.mypy_cache
app/.coverage
app/htmlcov
app/.venv
app/app/utilities/google_service_secret.json
app/app/utilities/sheets_service.json
app/app/utilities/google_client_secret.json
proxies.txt
gremlin-python/
# gremlinpy/