# 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
*.excalidraw
wip/

# Virtual Environment
venv/
env/
ENV/
.venv/

# IDE
.idea/
.vscode/
*.swp
*.swo

# Testing
.coverage
htmlcov/
.pytest_cache/
.tox/
.cursor

# Distribution
dist/
build/
*.egg-info/

# Jupyter Notebook
.ipynb_checkpoints

# Local development settings
.env
.env.local 

archive
NOTES.md
*.pdf
simulation_results/
*.h5
*.gds
mat_lib.txt
tape_coupler.py
BENCHMARKS.md
ARTICLES.md
analyze_project.py
*.mp4
pre_README.md
data.txt
plot_data.py
site/
project_ideas/
MARKETING_2.md
TODO.md
*.png
!BEAMZ_logo.png
*.npy

beamz/devices/reference/
notes/
.mplconfig/
.pytest_cache/
.python_cache/
.venv/