# 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
/tests/setups/tests_setup.py

# ATT downloaded files
/resources/

# Wireshark logs
/wireshark/

# Version
/ingenialink/_version.py

# Environment
/.env