# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so
*.dll
*.dylib

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Jupyter Notebook
.ipynb_checkpoints
.ipynb_checkpoints/

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

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

# Claude Code
.claude/

# OS specific
.DS_Store
Thumbs.db

# Twine
.tox/
*.whl

# Test and development files
test/
/*.xlsx
/*.xls
/*.csv

# Documentation files (except README.md)
*.md
!README.md

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

# Auto-generated version file (setuptools_scm)
aqequil/_version.py

# Compiled EQ3/6 executables (generated during build)
aqequil/bin/eq3nr
aqequil/bin/eq3nr.exe
aqequil/bin/eq6
aqequil/bin/eq6.exe
aqequil/bin/eqpt
aqequil/bin/eqpt.exe
aqequil/bin/xcon3
aqequil/bin/xcon3.exe
aqequil/bin/xcon6
aqequil/bin/xcon6.exe
aqequil/eq3_6_src/bin/
