# --------------------------------------------------------------------------- #
# Compiled files                                                              #
# --------------------------------------------------------------------------- #

# Compiled files
**pytest_cache**
**/**.pyc

# --------------------------------------------------------------------------- #
# Environment and configurations                                              #
# --------------------------------------------------------------------------- #

# PyCharm configuration
**/.idea/**

# Local settings and environment variables
secrets/*.*

# --------------------------------------------------------------------------- #
# Installation and build                                                      #
# --------------------------------------------------------------------------- #

#**/*.egg-info/**
dist
build
#**/dist/**

# --------------------------------------------------------------------------- #
# Testing and coverage                                                        #
# --------------------------------------------------------------------------- #

# Coverage
.coverage
coverage.xml
htmlcov

# Test results
junit

# Tox files - Global
#.tox_pip_cache_sdist
#.tox_pip_cache_whl

# Tox files - Package-specific
#**/.tox/**

