# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
*.wheel

# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# CMake
CMakeCache.txt
CMakeFiles/
CMakeScripts/
Testing/
build/Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps/

# Build directories
build/
out/
target/

# C/C++
*.o
*.obj
*.elf
*.so
*.dylib
*.dll
*.a
*.lib
*.lai
*.la
*.lo

# IDE and editors
.vscode/
.idea/
*.swp
*.swo
*~
.project
.cproject
.settings/

# OS specific
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
.pytest_cache/
nosetests.xml
coverage.xml
*.cover
.hypothesis/

# Jupyter Notebook
test-*-local.py
test-*-local.ipynb
.ipynb_checkpoints

# pyenv
.python-version

# Misc
*.log
*.tmp
*.temp

# Version
_version.py

# Benchmarks
benchmarks/environments/
benchmarks/results/
benchmarks/data/