.appveyor
.circleci
.github
.travis
.pre-commit-config.yaml
.readthedocs.yaml
.mergify.yml
integration_tests
tests
!tests/drivers/fail_drivers

# Files that are only used by docker compose.
docker-compose.yml
docker/assets/create-pg-databases.sh

# Byte-compiled / optimized / DLL files
**/__pycache__
**/*.py[cod]

# C extensions
**/*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
.venv
**/*.egg-info/
.installed.cfg
**/*.egg
conda-environment.yml

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis
.pytest_cache
.mypy_cache
pylintrc
.ruff_cache
spellcheck.yaml
wordlist.txt

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/_build/

# PyBuilder
target/
.idea/

# iPython Notebook
.ipynb_checkpoints

# Mac OS X
.DS_Store
docs/html/

# Generated Documentation
**/generate/
docs/notebooks/

#Local Visual Studio Code configurations
.vscode/
.env

CONTRIBUTING.md
code-of-conduct.md
.editorconfig
LICENSE
README.rst
