/.*
/!.gitignore
**/.*
**/__pycache__/
**/.ipynb_checkpoints/

/.pypirc

# Ignore generated outputs and caches for the freeview package
output/
__pycache__/
*.pyc
.venv/
.env
certs/

# Packaging and build artifacts
dist/
build/
*.egg-info/
pip-wheel-metadata/

# Virtualenvs
venv/
env/
freeviewer/
freeviewer_*/

# Editor / OS files
.DS_Store
.vscode/
.idea/

# Test / cache
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/

# Keys / certs (do not commit private keys)
*.pem
*.key

# Coverage / misc
.coverage
*.log

