# 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
*.manifest
*.spec
pip-log.txt
pip-delete-this-directory.txt
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
.pytest_cache/
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
.venv/
venv/
ENV/
env/

# Rust
target/
Cargo.lock
**/*.rs.bk
*.pdb

# REM Database files
*.db/
test-db/
*.rocksdb/
.p8/
rust_out

# Maturin build artifacts
*.whl

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Testing
htmlcov/
.tox/
.hypothesis/

# Documentation builds
docs/_build/
site/

# Environment
.env
.env.local
*.pem
*.key

# Temporary files
tmp/
temp/
*.tmp
*.bak

# Large data files
test-data/
*.parquet
*.csv.gz
*.jsonl.gz

# Example outputs
examples/output/
