# 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/
build/

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

# Ignore pip install installation
*.egg-info/

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

# Ignore coverage logs
.coverage
coverage.xml

# Include the coverage configuration file
!.coveragerc

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

.DS_Store

# Ignore downloaded graphs
!autoreduce_frontend/static/graphs
!autoreduce_frontend/static/graphs/.keep

# Ignore collected staticfiles
autoreduce_frontend/staticfiles

.vscode/settings.json

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

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

autoreduce.code-workspace

