https://github.com/pupil-labs/pupil
Raw File
Tip revision: 7e5a1ba9ae51f94b3eb6d41c879cdfd411113af8 authored by Pablo Prietz on 19 January 2023, 14:09:14 UTC
Debug MACOS_SHOULD_SIGN_AND_NOTARIZE
Tip revision: 7e5a1ba
.gitignore
# OS generated files #
.DS_Store
Thumbs.db

# python generated files #
*.pyc
*.pstats

# object files #
*.o

# binaries #
*.so
*.o

#cython build files
*.c

# user generated files will be ignored if in directory named 'recordings...' #
# user generated settings files will also be ignored #
recordings/
recordings
capture_settings/
service_settings/
player_settings/
settings/
*.db
*.npy
*.png
*.log


# IDE generated files #
.floo
.flooignore
*.sublime-project
*.sublime-workspace
.vscode
.idea
#directory for test file will be ignored
Pupil_Test_Files
*.mkv
*.egg-info
hmd_cal_data

mprofile_*.dat
.ipynb_checkpoints/
*.dmg
*.zip
deployment/pupil_v*
deployment/build/
deployment/dist/
*.pyd
*.dll
win_drv
.vs
.venv*

# pyenv local config
.python-version
*.exe
back to top