LimeDriverBindings/.gitignore
Kumi a8d562c046
Enhance package build process
Updated .gitignore to exclude distribution directories, preventing accidental inclusion in the repository. Added MANIFEST.in to specify additional files for source distribution, ensuring that necessary Cython and C source files are packaged correctly.
2024-02-08 15:19:25 +01:00

68 lines
655 B
Plaintext

# Compiled object files
*.o
*.obj
*.lo
# Linked and compiled binary files (executables)
bin/
*.so
*.a
*.out
*.exe
# Autoconf and Automake generated files
config.h
config.h.in
config.status
autom4te.cache/
Makefile
*.m4
*.autosave
# Dependency files generated by gcc
*.d
.deps/
.dirstamp
# Archive files
*.tar
*.tar.*
*.tgz
*.zip
# Backup files
*~
.*.swp
*.bak
*.orig
# OS generated files
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db
# Editors' temporary files
.vscode/
*.sublime*
.idea/
*.swp
*.*~
# Log files
*.log
# Python cache data
__pycache__/
*.pyc
# Cython / Python build files
build/
*.c
*.cpp
dist/
src/limedriver.egg-info
# Data
data/
venv/