# editors
**/*.swp
.idea
.vscode

# python files
**/*.pyc
**/__pycache__
build/
dist*/
*.egg*
.ipynb_checkpoints/

# temp files
_deps
_install
_build
*.c
*.o
*.pyd
*.so
*.dylib
out.txt

# os
.DS_Store

# Pipenv and venv
/Pipfile.lock
/.venv*

# Test files
/pytest_reports/
/.coverage
/coverage.xml

# Documentation
/_docs

# Cython compilation
/ingenialink/cython_files/*.cpp
temp/*

# tests setups and JSON export files
/tests/setups/tests_setup.py
/tests/setups/specifiers_json/*

# ATT downloaded files
/resources/

# Wireshark logs
/wireshark/

# Version
/ingenialink/_version.py

# Environment
/.env

# Config files from examples
can_config*.xcf
eth_config*.xcf