# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.egg-info/
dist/
build/
.venv/
venv/
env/

# Secrets & environment
.env
.env.*
*.env
secrets.json
secrets.yaml
secrets.toml
credentials.json
config.local.*
*.pem
*.key
*.p12
*.pfx

# Benchmark data and outputs
*.json
!pyproject.toml
benchmark_output/
data/
datasets/
outputs/
results/
*.npz
*.npy
*.h5
*.hdf5
*.pkl
*.pickle

# Internal paths / notebooks with output
*.ipynb

# macOS
.DS_Store
**/.DS_Store

# IDE
.vscode/
.idea/
*.swp
*.swo
docs/
deploy/
test_network.py
tests/

