# Please do not use this ignore file to define platform specific files.
#
# For these purposes create a global .gitignore file, which is a list of rules
# for ignoring files in every Git repository on your workstation.
#
# https://help.github.com/articles/ignoring-files/#create-a-global-gitignore

# Virtual environment.
/.venv
/venv

# App settings and secrets
/.env

# Python cache.
*.py[cod]
__pycache__

# Testing
/coverage
/.pytest_cache
/junit.xml

# Distribution / packaging.
/dist

# Ruff cache.
/.ruff_cache

# Documentation.
/docs/build

# Project specific.
/outputs
