# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
/lib/
/lib64/
# Exception: rustybt/lib contains Cython source files
!rustybt/lib/
!rustybt/lib/**
# But exclude build artifacts in rustybt/lib/
rustybt/lib/__pycache__/
rustybt/lib/**/__pycache__/
rustybt/lib/*.so
rustybt/lib/**/*.so
rustybt/lib/*.pyc
rustybt/lib/**/*.pyc
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual Environment
.venv/
venv/
ENV/
env/

# Testing
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.hypothesis/
.tox/
.nox/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
*.code-workspace

# Build artifacts
*.dylib
*.dll
*.o
*.a

# Cython
*.c
*.cpp
*.html
!setup.py

# Documentation
docs/_build/
docs/.build/
.sphinx/
site/  # MkDocs build output
site/*


# Project specific
tmp/
temp/
.cache/
*.log
*.db
*.sqlite
*.hdf5
*.h5

# macOS
.DS_Store
.AppleDouble
.LSOverride

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

# PyInstaller
*.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
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Translations
*.mo
*.pot

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

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

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

# API Keys and Secrets (SECURITY)
.env
.env.*
!.env.example
api_keys.ini
.rustybt/api_keys.ini
**/api_keys.ini
credentials.json
secrets.json

# Experiments (exclude entire directory - experimental/research code)
experiments/
rustybt/_version.py
