#certificate files
*.pem
*.cer

# Docker compose override files (deployment-specific)
docker-compose.override.yaml

# Generated configuration files
nginx.conf
initdb.d/1[0-9][0-9]-*.sql

# Byte-compiled / optimized / DLL files

tmp/
*tempin.pyb
*tempout.pyb
.idea/
.DS_Store
__pycache__/
*.py[cod]
*$py.class
*.crt

# Logs
logs/

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
dist
charts/platform/charts

# Node.js dependencies
node_modules/
.next/
npm-debug.log*

# 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

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter labs
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# pipenv
#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
#   However, in case of collaboration, if having platform-specific dependencies or dependencies
#   having no cross-platform support, pipenv may install dependencies that don't work, or not
#   install all needed dependencies.
#Pipfile.lock

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Environments
.env
.env.local
.env.hydra
.venv
.mnist-pytorch
.mnist-keras
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# ruff
.ruff-cache/

# Pyre type checker
.pyre/

# Fonts and icons
static/open-iconic/

repos/
media/datasets/
media/generators/
media/visualisers/
./test/fashion-mnist/data/data1/*

# certs
./test/mnist/client/certs/*
./test/mnist/combiner/certs/*
./test/mnist/reducer/*
./components/dashboard/templates/*

./test/arrays/client/certs/*
./test/arrays/combiner/certs/*
./test/arrays/reducer/*

# data center test-case
./test/data-center/client/certs/*
./test/data-center/combiner/certs/*
./test/data-center/reducer/*

# nlp_imdb test-case
./test/nlp_imdb/client/certs/*
./test/nlp_imdb/combiner/certs/*
./test/nlp_imdb/reducer/*
./test/nlp_imdb/data/*
./test/nlp_imdb/fedn-network.yaml

# Config templates
config/settings-reducer.yaml
config/settings-combiner.yaml
config/extra-hosts-client.yaml
config/extra-hosts-reducer.yaml
config/settings-client.yaml
config/settings-api-server.yaml
config/settings-controller.yaml
config/settings-hooks.yaml

./tmp/*

# Devcontainer
.devcontainer/devcontainer.json

# CI
client.yaml

# 
.public_repo/

#packages
*.tgz
*.backup.*
