# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# PyCharm
.idea/

# VSCode
.vscode/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# Environments
.env.local
.env.*.local

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
.hypothesis/
coverage.xml
*.cover
*.log

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/
.pyre/

# Data directories (for local development)
data/
*.parquet
*.duckdb
*.zip
*.csv
temp/
eurusd

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Linux
*~

# Backup files
*.bak
*.swp
*.swo
*~

# Distribution / packaging
.Python
pip-log.txt
pip-delete-this-directory.txt

# UV
.uv/
uv.lock

# Pre-commit
# .pre-commit-config.yaml should be tracked, not ignored
.token-info.md

# Node.js (semantic-release)
node_modules/

# Link checking (lychee)
.lychee*
.lycheecache
