# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
env.bak/
venv.bak/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
manifest.in
wheels/

# Testing
.pytest_cache/
.coverage
htmlcov/
nosetests.xml
coverage.xml
*.cover

# Project-specific
*.db
*.sqlite
data/
results/
.DS_Store

# JAX
.jax/

# Sphinx build output
docs/_build/