# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
venv/
ENV/
env/
.venv

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.dir-locals.el
flycheck_*.py
*#

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.hypothesis/
*.cover
.cache
nosetests.xml
coverage.xml
*.log

# Documentation
docs/_build/
docs/_static/
docs/_templates/
doc/_build/
doc/api/
.readthedocs.yaml.1

# Jupyter
.ipynb_checkpoints/
notebooks/Untitled*.ipynb

# OS
.DS_Store
.Rhistory
.RData

# Build and distribution
*.tar.gz
*.whl

# Aider
.aider*

# Temporary files
backup/
*.tmp
*.bak
*~

# Misc files
*.new
*.orig

test_data/
pyraf/