# Ignore IDE files
.idea/*
*/target/**
.pytest_cache/


# Ignore complied python
*.pyc

# Ignore log data
*.log
logs/

# *.out

# Ignore credentials files
credentials.ini

# Ignore distutils installation
dist/

# Ignore virtual environment
venv/
venv3/
venv36/
venv37/

# Ignore pip install installation
autoreduce_qp.egg-info/

# This is generated from a template so should be ignored to force regeneration
apache_django_wsgi.conf

# Ignore coverage logs
.coverage

# Include the coverage configuration file
!.coveragerc

# Ignore site.retry from Ansible
site.retry
vault.yml

.DS_Store

# Ignore developer specific .vscode/settings.json
.vscode/settings.json

# ignore sqlite3 db files
**/sqlite3*.db*

# folders that get created from tests
reduced-data/
data-archive/
test-archive/

# pip build files
build/
dist/