# .gitignore

# Python-specific ignores
__pycache__/
*.pyc
*.pyo
*.pyd
*.pyz
*.pyw
dist/
build/
*.egg-info/
venv/
*.venv/
psychopy-venv/
env/
*.env/
.coverage
coverage.xml
htmlcov/

# IDE-specific ignores
.vscode/
.idea/
*.pycharm/

# Miscellaneous ignores
.DS_Store
.cache/
.mypy_cache/
.pytest_cache/

.claude/

# Ignore files created by pytest
tests/tested_code_blocks.md
example_dataset/
tests/bids_validator/data
tests/bids_validator/bids
psychopy-test-installation