.ipynb_checkpoints/
.vscode

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

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg

# 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.xml
.coverage
.coverage.*
junit.xml
.cache
nosetests.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Sphinx documentation
docs/_build/

# PyBuilder
.pybuilder/
target/

# IPython
profile_default/
ipython_config.py

.pdm.toml

# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/

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

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

# PyCharm
#  JetBrains specific template is maintained in a separate JetBrains.gitignore that can
#  be added to the global gitignore or merged into this project gitignore.  For a PyCharm
#  project, it is generally recommended to include the directories below.
.idea/

# uv
.uv/
# uv.lock

# Project-specific ignores
# ========================

# Data files (common for financial/trading projects)
*.csv
*.xlsx
*.parquet
*.h5
*.hdf5
*.pickle
*.pkl

# Logs
logs/
*.log

# Temporary files
temp/
tmp/
*.tmp

# OS specific
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# IDE specific
*.swp
*.swo
*~

# Backup files
*.bak
*.backup

# Output files
output/
results/

# test Zarf package directories
gitlab*
# default unified report
unified*

# User-specific config files (example files are tracked)
.cve-aggregator.yaml
.cve-aggregator.yml

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

.ruff_cache
*.dec

# MkDocs
site/
*.sarif
.cve-aggregator.yaml
.cve-aggregator.yml
reports/
artifacts/
output/

*.tar
*.tgz