# Editors
.vscode/

# OS-specific files to ignore
# Mac/OSX
.DS_Store

# python
venv

# Windows
Thumbs.db

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

# Cython debug symbols
cython_debug/

# ignore files ending with ~
*~

# ignore pyc files
*.pyc

# Source for the following rules: https://raw.githubusercontent.com/github/gitignore/master/Python.gitignore
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# Distribution / packaging
.Python
*.egg

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

# jetbrains
.idea

# ignore data files
/data_logs/*.csv

# except for the trajectory csv files
!modules/steeringwheelcontrol/action/swcontrollers/hcr_trajectories/*.csv

# ignore settings files
*.json
# ...except for the experiment json files
!experiments/*.json

# ignore crash logs
/crash_logs/*.txt
